Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Sep 18, 2023
1 parent a8b07dc commit 8bcb219
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 @@ -46,7 +46,7 @@ django-crum==0.7.9
# via edx-django-utils
django-environ==0.11.2
# via -r requirements/base.in
django-filter==23.2
django-filter==23.3
# via -r requirements/base.in
django-waffle==4.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packaging==23.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.0
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ django-dynamic-fixture==3.1.3
# -r requirements/test.txt
django-environ==0.11.2
# via -r requirements/test.txt
django-filter==23.2
django-filter==23.3
# via -r requirements/test.txt
django-waffle==4.0.0
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.6.0
faker==19.6.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -253,7 +253,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.0
# via
# -r requirements/docs.txt
# sphinx-book-theme
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.44
boto3==1.28.49
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.44
botocore==1.31.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,7 @@ django-crum==0.7.9
# edx-django-utils
django-environ==0.11.2
# via -r requirements/base.txt
django-filter==23.2
django-filter==23.3
# via -r requirements/base.txt
django-storages==1.14
# via -r requirements/production.in
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.7.0
# via -r requirements/base.txt
gevent==23.9.0.post1
gevent==23.9.1
# via -r requirements/production.in
greenlet==2.0.2
# via gevent
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ django-dynamic-fixture==3.1.3
# -r requirements/test.in
django-environ==0.11.2
# via -r requirements/base.txt
django-filter==23.2
django-filter==23.3
# via -r requirements/base.txt
django-waffle==4.0.0
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.6.0
faker==19.6.1
# via factory-boy
idna==3.4
# via
Expand Down

0 comments on commit 8bcb219

Please sign in to comment.