mirror of https://github.com/OWASP/Nettacker.git
Bump requests from 2.31.0 to 2.32.3
Correct zipp dependency syntax
This commit is contained in:
parent
deaa85908e
commit
0651a8596a
|
|
@ -1964,4 +1964,4 @@ type = ["pytest-mypy"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9, <3.13"
|
||||
content-hash = "635d986e9d9277c2e9668b5ae9c5f2c9aecad7ae5e293750f06fe56ca468c77d"
|
||||
content-hash = "c173ff51734401acc99afe120a93bb1d1d1fc2d2e012891fc94807a6db8e671d"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue