Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 2, 2024
1 parent ae51a91 commit e133f28
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
dnspython==2.6.1
# via pymongo
pbr==6.0.0
pbr==6.1.0
# via stevedore
pymongo==4.8.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -160,7 +160,7 @@ packaging==24.1
# pytest
# sphinx
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/doc.txt
# stevedore
Expand Down Expand Up @@ -192,7 +192,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/doc.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packaging==24.1
# via
# -r requirements/test.txt
# pytest
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand All @@ -95,7 +95,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -109,7 +109,7 @@ packaging==24.1
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand All @@ -131,7 +131,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mypy-extensions==1.0.0
# via mypy
packaging==24.1
# via pytest
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand All @@ -65,7 +65,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit e133f28

Please sign in to comment.