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 Dec 18, 2023
1 parent 652a94f commit 2c239f5
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 90 deletions.
47 changes: 22 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
asgiref==3.7.2
# via django
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via edx-django-utils
cryptography==41.0.2
cryptography==41.0.7
# via pyjwt
django==3.2.20
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -37,7 +37,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.0.0
django-waffle==4.1.0
# via
# edx-django-utils
# edx-drf-extensions
Expand All @@ -48,55 +48,52 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.6.0
edx-django-utils==5.9.0
# via edx-drf-extensions
edx-drf-extensions==8.8.0
edx-drf-extensions==9.0.1
# via -r requirements/base.in
edx-opaque-keys==2.3.0
edx-opaque-keys==2.5.1
# via
# -r requirements/base.in
# edx-drf-extensions
idna==3.4
idna==3.6
# via requests
newrelic==8.9.0
newrelic==9.3.0
# via edx-django-utils
pbr==5.11.1
pbr==6.0.0
# via stevedore
pillow==10.0.0
pillow==10.1.0
# via -r requirements/base.in
psutil==5.9.5
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via edx-drf-extensions
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
requests==2.31.0
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via
# edx-drf-extensions
# python-dateutil
sqlparse==0.4.4
# via django
stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.4
typing-extensions==4.9.0
# via
# asgiref
# edx-opaque-keys
urllib3==2.1.0
# via requests
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
14 changes: 9 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
importlib-metadata==7.0.0
# via build
pip-tools==7.1.0
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,8 +21,10 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==69.0.2
# via -r requirements/pip.in
Loading

0 comments on commit 2c239f5

Please sign in to comment.