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

Commit

Permalink
Merge pull request #1394 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-6ad9aeb

Python Requirements Update
  • Loading branch information
alangsto authored Dec 12, 2022
2 parents 6ad9aeb + 73a3d05 commit 2aecdcc
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 85 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# 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
# via django
certifi==2022.9.24
certifi==2022.12.7
# via requests
cffi==1.15.1
# via
Expand All @@ -20,7 +20,7 @@ click==8.1.3
# edx-django-utils
code-annotations==1.3.0
# via edx-toggles
cryptography==38.0.3
cryptography==38.0.4
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -125,13 +125,13 @@ logutils==0.3.5
# via -r requirements/base.in
markupsafe==2.1.1
# via jinja2
newrelic==8.4.0
newrelic==8.5.0
# via edx-django-utils
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
path==16.5.0
path==16.6.0
# via
# edx-i18n-tools
# path-py
Expand All @@ -147,7 +147,7 @@ psutil==5.9.4
# via edx-django-utils
pycparser==2.21
# via cffi
pycryptodomex==3.15.0
pycryptodomex==3.16.0
# via pyjwkest
pyjwkest==1.4.2
# via edx-drf-extensions
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ 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
20 changes: 9 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# 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
#
Expand All @@ -12,7 +12,7 @@ asgiref==3.5.2
# django
babel==2.11.0
# via sphinx
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/base.txt
# requests
Expand All @@ -34,7 +34,7 @@ code-annotations==1.3.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==38.0.3
cryptography==38.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -161,7 +161,7 @@ markupsafe==2.1.1
# via
# -r requirements/base.txt
# jinja2
newrelic==8.4.0
newrelic==8.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -170,9 +170,9 @@ oauthlib==3.2.2
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==21.3
packaging==22.0
# via sphinx
path==16.5.0
path==16.6.0
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand All @@ -197,7 +197,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pycryptodomex==3.15.0
pycryptodomex==3.16.0
# via
# -r requirements/base.txt
# pyjwkest
Expand All @@ -223,8 +223,6 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -336,5 +334,5 @@ urllib3==1.26.13
# via
# -r requirements/base.txt
# requests
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata
19 changes: 8 additions & 11 deletions requirements/github.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# 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
#
certifi==2022.9.24
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
# via requests
Expand All @@ -16,18 +16,18 @@ distlib==0.3.6
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.8.0
filelock==3.8.2
# via
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.4
# via requests
packaging==21.3
packaging==22.0
# via
# -r requirements/tox.txt
# tox
platformdirs==2.5.4
platformdirs==2.6.0
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -39,10 +39,6 @@ py==1.11.0
# via
# -r requirements/tox.txt
# tox
pyparsing==3.0.9
# via
# -r requirements/tox.txt
# packaging
requests==2.28.1
# via codecov
six==1.16.0
Expand All @@ -55,13 +51,14 @@ tomli==2.0.1
# tox
tox==3.27.1
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox-battery
tox-battery==0.6.1
# via -r requirements/tox.txt
urllib3==1.26.13
# via requests
virtualenv==20.16.7
virtualenv==20.17.1
# via
# -r requirements/tox.txt
# tox
37 changes: 16 additions & 21 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# 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
#
Expand All @@ -23,7 +23,7 @@ build==0.9.0
# via
# -r requirements/pip_tools.txt
# pip-tools
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -58,7 +58,7 @@ coverage[toml]==6.5.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==38.0.3
cryptography==38.0.4
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -112,7 +112,7 @@ django-crum==0.7.9
# -r requirements/test.txt
# edx-django-utils
# edx-toggles
django-debug-toolbar==3.7.0
django-debug-toolbar==3.8.1
# via -r requirements/local.in
django-dynamic-fixture==3.1.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -177,7 +177,7 @@ exceptiongroup==1.0.4
# via
# -r requirements/test.txt
# pytest
filelock==3.8.0
filelock==3.8.2
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -226,7 +226,7 @@ mccabe==0.7.0
# pylint
mysqlclient==2.1.1
# via -r requirements/local.in
newrelic==8.4.0
newrelic==8.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -235,15 +235,15 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==21.3
packaging==22.0
# via
# -r requirements/pip_tools.txt
# -r requirements/test.txt
# -r requirements/tox.txt
# build
# pytest
# tox
path==16.5.0
path==16.6.0
# via
# -r requirements/test.txt
# edx-i18n-tools
Expand All @@ -260,9 +260,9 @@ pep517==0.13.0
# build
pinax-announcements==4.0.0
# via -r requirements/test.txt
pip-tools==6.10.0
pip-tools==6.11.0
# via -r requirements/pip_tools.txt
platformdirs==2.5.4
platformdirs==2.6.0
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -292,7 +292,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pycryptodomex==3.15.0
pycryptodomex==3.16.0
# via
# -r requirements/test.txt
# pyjwkest
Expand All @@ -310,7 +310,7 @@ pyjwt[crypto]==2.6.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==2.15.6
pylint==2.15.8
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -338,12 +338,6 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyparsing==3.0.9
# via
# -r requirements/pip_tools.txt
# -r requirements/test.txt
# -r requirements/tox.txt
# packaging
pytest==7.2.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -441,7 +435,7 @@ stevedore==4.1.1
# code-annotations
# edx-django-utils
# edx-opaque-keys
testfixtures==7.0.3
testfixtures==7.0.4
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand All @@ -464,6 +458,7 @@ tomlkit==0.11.6
# pylint
tox==3.27.1
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox-battery
tox-battery==0.6.1
Expand All @@ -483,7 +478,7 @@ urllib3==1.26.13
# -r requirements/test.txt
# requests
# selenium
virtualenv==20.16.7
virtualenv==20.17.1
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# 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
#
newrelic==8.4.0
newrelic==8.5.0
# via -r requirements/optional.in
6 changes: 2 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ build==0.9.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==21.3
packaging==22.0
# via build
pep517==0.13.0
# via build
pip-tools==6.10.0
pip-tools==6.11.0
# via -r requirements/pip_tools.in
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via
# build
Expand Down
Loading

0 comments on commit 2aecdcc

Please sign in to comment.