Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 30, 2024
1 parent 25d7afa commit 0c45abe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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
prompt-toolkit==3.0.47
# via click-repl
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ celery==5.4.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ packaging==24.1
# pytest
# sphinx
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
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
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 0c45abe

Please sign in to comment.