Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.3
Browse files Browse the repository at this point in the history
Correct zipp dependency syntax
  • Loading branch information
arkid15r committed Sep 1, 2024
1 parent deaa859 commit 0651a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ py3dns = "^4.0.0"
pyopenssl = "^23.2.0"
pysocks = "^1.7.1"
pyyaml = "^6.0.1"
requests = "^2.31.0"
requests = "^2.32.3"
sqlalchemy = "^2.0.22"
texttable = "^1.7.0"
tomli = "^2.0.1"
zipp = ">=3.19.1"
zipp = "^3.19.1"

[tool.poetry.group.dev.dependencies]
ipython = "^8.16.1"
Expand Down

0 comments on commit 0651a85

Please sign in to comment.