Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 2, 2024
1 parent 968ecdd commit 9f7597b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ newrelic==9.13.0
# via edx-django-utils
openedx-events==9.12.0
# via -r requirements/base.in
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==6.0.0
# via edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ packaging==24.1
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -201,7 +201,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
build==1.2.1
# via -r requirements/doc.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ packaging==24.1
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -225,7 +225,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.1
rich==13.8.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -283,5 +283,5 @@ urllib3==2.2.2
# twine
walrus==0.9.4
# via -r requirements/test.txt
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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 @@ -137,7 +137,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ openedx-events==9.12.0
# via -r requirements/base.txt
packaging==24.1
# via pytest
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down

0 comments on commit 9f7597b

Please sign in to comment.