Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 25, 2023
1 parent 69519f4 commit 0e3f2d6
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 211 deletions.
45 changes: 25 additions & 20 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,9 +10,13 @@ asgiref==3.7.2
# via django
attrs==23.1.0
# via -r requirements/base.in
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.1.0
# via celery
celery==5.3.1
celery==5.3.4
# via -r requirements/base.in
certifi==2023.7.22
# via requests
Expand All @@ -22,7 +26,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -35,9 +39,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.3
cryptography==41.0.4
# via pyjwt
django==3.2.19
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -62,15 +66,15 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.7.0
# via edx-drf-extensions
edx-drf-extensions==8.8.0
edx-drf-extensions==8.10.0
# via -r requirements/base.in
edx-opaque-keys==2.4.0
edx-opaque-keys==2.5.1
# via edx-drf-extensions
idna==3.4
# via requests
kombu==5.3.1
kombu==5.3.2
# via celery
newrelic==8.9.0
newrelic==9.0.0
# via edx-django-utils
pbr==5.11.1
# via stevedore
Expand All @@ -89,10 +93,8 @@ pymongo==3.13.0
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via
# celery
# edx-drf-extensions
pytz==2023.3
# via celery
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand All @@ -103,20 +105,23 @@ rules==3.3
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via
# edx-drf-extensions
# python-dateutil
# via python-dateutil
sqlparse==0.4.4
# via django
stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.6.3
# via asgiref
typing-extensions==4.8.0
# via
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
# via celery
urllib3==2.0.4
# via
# backports-zoneinfo
# celery
urllib3==2.0.5
# via requests
vine==5.0.0
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
click==8.1.6
click==8.1.7
# via import-linter
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
grimp==2.4
grimp==3.0
# via import-linter
import-linter==1.9.0
import-linter==1.12.0
# via -r requirements/ci.in
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.10.0
# via virtualenv
pluggy==1.0.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -34,9 +34,9 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
typing-extensions==4.6.3
typing-extensions==4.8.0
# via
# grimp
# import-linter
virtualenv==20.23.1
virtualenv==20.24.5
# via tox
Loading

0 comments on commit 0e3f2d6

Please sign in to comment.