Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 3, 2025
1 parent 9b4d007 commit 51ef96c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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.1
# via
# -r requirements/ci.txt
# tox
certifi==2024.12.14
certifi==2025.1.31
# 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.1
diff-cover==9.2.2
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ asgiref==3.8.1
# django
attrs==25.1.0
# via -r requirements/test.txt
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via pydata-sphinx-theme
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -287,6 +287,7 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# anyio
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.3
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==25.1.0
# via -r requirements/test.txt
backports-tarfile==1.2.0
# via jaraco-context
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via
Expand Down

0 comments on commit 51ef96c

Please sign in to comment.