Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PRs #611

Merged
merged 8 commits into from
Jun 24, 2024
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ requests==2.31.0
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# sphinx
ruff==0.4.9
ruff==0.4.10
# via -r requirements/dev-requirements.in
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ urllib3==2.1.0
# requests
wheel==0.42.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements/requirements.in
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tomli==2.0.1
# -c requirements/requirements.txt
# coverage
# pytest
types-requests==2.32.0.20240602
types-requests==2.32.0.20240622
# via -r requirements/test-requirements.in
typing-extensions==4.8.0
# via
Expand Down