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 Aug 12, 2024
1 parent 704da9a commit 37d221b
Show file tree
Hide file tree
Showing 8 changed files with 170 additions and 306 deletions.
20 changes: 7 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
cffi==1.16.0
cffi==1.17.0
# via pynacl
click==8.1.7
# via -r requirements/base.in
django==4.2.11
django==4.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -24,19 +20,17 @@ django-crum==0.7.9
# via -r requirements/base.in
django-waffle==4.1.0
# via -r requirements/base.in
newrelic==9.8.0
newrelic==9.13.0
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
psutil==5.9.8
psutil==6.0.0
# via -r requirements/base.in
pycparser==2.21
pycparser==2.22
# via cffi
pynacl==1.5.0
# via -r requirements/base.in
sqlparse==0.4.4
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via -r requirements/base.in
typing-extensions==4.10.0
# via asgiref
22 changes: 9 additions & 13 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.15.4
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.3
# via tox
Loading

0 comments on commit 37d221b

Please sign in to comment.