Skip to content

Commit ff53ad7

Browse files
committed
explicit requests dependency
1 parent dab8d20 commit ff53ad7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"gunicorn (>=19.1)",
1717
"prometheus-client (>=0.0.16)",
1818
"psycopg2-binary (>=2.9,<3)",
19+
"requests",
1920
"simplejson (>=3,<4)",
2021
]
2122
optional-dependencies = { test-tools = ["pyfakefs (>=5,<6)"] }
@@ -73,7 +74,6 @@ pytest-django = "^4.10.0"
7374
pytest-freezegun = "^0.4.2"
7475
pytest-httpserver = "^1.1.3"
7576
pytest-mock = "^3.14.0"
76-
requests = "^2.32.3"
7777
ruff = "*"
7878
setuptools = "^77.0.3"
7979
types-simplejson = "^3.20.0.20250326"

0 commit comments

Comments
 (0)