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

chore: Upgrade Python requirements #436

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -77,7 +77,7 @@ cryptography==44.0.0
# secretstorage
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -267,7 +267,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
starlette==0.41.3
starlette==0.42.0
# via sphinx-autobuild
stevedore==5.4.0
# via
Expand All @@ -292,7 +292,7 @@ urllib3==2.2.3
# via
# requests
# twine
uvicorn==0.32.1
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==24.2.0
# via -r requirements/test.txt
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
Expand Down
Loading