Skip to content

Commit

Permalink
[Auto-generated] Check & update dependencies (pyproject.toml) (#249)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml`
  • Loading branch information
TEAM4-0 committed Mar 11, 2024
1 parent b3fdea4 commit f5bbded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = ["version", "description"]

dependencies = [
"invoke ~=2.2",
"packaging ~=23.2",
"packaging >=23.2.0,<25",
"tomlkit ~=0.12.4",
"typing-extensions ~=4.7; python_version < '3.8'",
"typing-extensions ~=4.10; python_version >= '3.8'",
Expand Down

0 comments on commit f5bbded

Please sign in to comment.