mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
build(deps): bump httpx from 0.25.2 to 0.27.0
Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.27.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.2...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+2
-2
@@ -29,7 +29,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"
|
||||
@@ -37,7 +37,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