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 Sep 2, 2024
1 parent b3d0ede commit aacf013
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
certifi==2024.7.4
certifi==2024.8.30
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -110,7 +110,7 @@ path-py==9.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
pbr==6.0.0
pbr==6.1.0
# via stevedore
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -160,7 +160,7 @@ typing-extensions==4.12.2
# via edx-opaque-keys
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# elasticsearch
# requests
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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==1.6.6
# -c requirements/constraints.txt
# -r requirements/test.in
# pylint
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# elasticsearch
Expand Down Expand Up @@ -132,7 +132,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.1
# via -r requirements/test.in
faker==28.0.0
faker==28.1.0
# via factory-boy
filelock==3.15.4
# via
Expand Down Expand Up @@ -180,7 +180,7 @@ path-py==9.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -292,7 +292,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements/base.txt
# elasticsearch
Expand Down

0 comments on commit aacf013

Please sign in to comment.