Skip to content

Commit

Permalink
Merge pull request #316 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-3f6f7b8

Python Requirements Update
  • Loading branch information
awais786 authored Jun 23, 2023
2 parents 4b1e643 + 702407e commit 52f70bf
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 100 deletions.
50 changes: 25 additions & 25 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
asgiref==3.5.2
asgiref==3.6.0
# via django
certifi==2022.6.15.1
certifi==2022.12.7
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==2.1.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via edx-django-utils
cryptography==38.0.1
cryptography==40.0.2
# via pyjwt
django==3.2.17
django==3.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -30,7 +30,7 @@ django==3.2.17
# edx-drf-extensions
django-crum==0.7.9
# via edx-django-utils
django-model-utils==4.2.0
django-model-utils==4.3.1
# via -r requirements/base.in
django-simple-history==3.0.0
# via
Expand All @@ -40,54 +40,54 @@ django-waffle==3.0.0
# via
# edx-django-utils
# edx-drf-extensions
djangorestframework==3.13.1
djangorestframework==3.14.0
# via
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.0.1
edx-django-utils==5.4.0
# via edx-drf-extensions
edx-drf-extensions==8.3.1
edx-drf-extensions==8.6.0
# via -r requirements/base.in
edx-opaque-keys==2.3.0
# via
# -r requirements/base.in
# edx-drf-extensions
future==0.18.2
future==0.18.3
# via pyjwkest
idna==3.3
idna==3.4
# via requests
newrelic==8.1.0.180
newrelic==8.8.0
# via edx-django-utils
pbr==5.10.0
pbr==5.11.1
# via stevedore
pillow==9.2.0
pillow==9.5.0
# via -r requirements/base.in
psutil==5.9.2
psutil==5.9.4
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.15.0
pycryptodomex==3.17
# via pyjwkest
pyjwkest==1.4.2
# via edx-drf-extensions
pyjwt[crypto]==2.4.0
pyjwt[crypto]==2.6.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==3.12.3
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==2022.2.1
pytz==2023.3
# via
# django
# djangorestframework
requests==2.28.1
requests==2.28.2
# via
# edx-drf-extensions
# pyjwkest
Expand All @@ -98,11 +98,11 @@ six==1.16.0
# edx-drf-extensions
# pyjwkest
# python-dateutil
sqlparse==0.4.2
sqlparse==0.4.3
# via django
stevedore==4.0.0
stevedore==5.0.0
# via
# edx-django-utils
# edx-opaque-keys
urllib3==1.26.12
urllib3==1.26.15
# via requests
13 changes: 9 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ Django<4.0
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
elasticsearch<7.14.0

# setuptools==60.0 had breaking changes and busted several service's pipeline.
# Details can be found here: https://github.com/pypa/setuptools/issues/2940
setuptools<60

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

# 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

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
18 changes: 7 additions & 11 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,19 @@
#
# make upgrade
#
build==0.8.0
build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==21.3
packaging==23.1
# via build
pep517==0.13.0
# via build
pip-tools==6.8.0
pip-tools==6.13.0
# via -r requirements/pip-tools.in
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pep517
wheel==0.37.1
# via build
wheel==0.40.0
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
pip==22.2.2
pip==23.1
# via -r requirements/pip.in
setuptools==67.6.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
Loading

0 comments on commit 52f70bf

Please sign in to comment.