mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-08 18:56:03 +02:00
Merge pull request #3 from msoedov/dependabot/pip/httpx-0.27.0
build(deps): bump httpx from 0.25.2 to 0.27.0
This commit is contained in:
+2
-2
@@ -30,7 +30,7 @@ fastapi = "^0.109.1"
|
||||
uvicorn = "^0.23.2"
|
||||
fire = "^0.5.0"
|
||||
loguru = "^0.7.2"
|
||||
httpx = "^0.25.1"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
cache-to-disk = "^2.0.0"
|
||||
pandas = "^1.4.0"
|
||||
datasets = "^1.14.0"
|
||||
@@ -38,7 +38,7 @@ datasets = "^1.14.0"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.10.1"
|
||||
mypy = "^1.6.1"
|
||||
httpx = "^0.25.1"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
pytest = "^7.4.3"
|
||||
pre-commit = "^3.5.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user