Skip to content

Commit

Permalink
chore: Update the pyproject.toml file and poetry.lock file to use ver…
Browse files Browse the repository at this point in the history
…sion of gatorgrader from the fix/unicode-defect branch.
  • Loading branch information
gkapfham committed Jan 27, 2025
1 parent c0b29be commit 75d305d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
54 changes: 29 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
PyYAML = "^6.0"
gatorgrader = "^1.1.1"
typer = {extras = ["all"], version = "^0.12.5"}
rich = "^13.8.1"
gatorgrader = {git = "https://github.com/GatorEducator/gatorgrader.git", rev = "fix/unicode-defect"}

[tool.poetry.dev-dependencies]
taskipy = "^1.10.1"
Expand Down

0 comments on commit 75d305d

Please sign in to comment.