Skip to content

Commit 06b3f90

Browse files
authored
Merge pull request #157 from algorandfoundation/fix/h11-vuln
chore: updated necessary deps to update h11
2 parents 366b181 + 26e1a64 commit 06b3f90

File tree

2 files changed

+39
-41
lines changed

2 files changed

+39
-41
lines changed

poetry.lock

Lines changed: 37 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ httpx = ">=0.23.1,<=0.28.1"
1313
typing-extensions = ">=4.6.0"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
pytest = "^7"
16+
pytest = "^8"
1717
ruff = ">=0.1.6,<=0.8.3"
1818
pip-audit = "^2.5.6"
1919
pytest-mock = "^3.14"
@@ -24,7 +24,7 @@ pre-commit = "^3.4.0"
2424
python-dotenv = "^1.0.0"
2525
sphinx = "^8.0.0"
2626
poethepoet = ">=0.19,<0.26"
27-
pytest-httpx = "^0.21.2"
27+
pytest-httpx = "^0.35.0"
2828
pytest-xdist = "^3.6.1"
2929
linkify-it-py = "^2.0.3"
3030
setuptools = "^75.2.0"

0 commit comments

Comments
 (0)