Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
jansenk committed Feb 20, 2023
2 parents ddf795b + 7c73feb commit 3f6b791
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 63 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.in
certifi==2022.9.24
certifi==2022.12.7
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
dogstatsd-python==0.5.6
# via -r requirements/base.in
idna==3.4
# via requests
newrelic==8.4.0
newrelic==8.6.0
# via -r requirements/base.in
path==16.6.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
requests==2.28.1
requests==2.28.2
# via -r requirements/base.in
six==1.16.0
# via -r requirements/base.in
urllib3==1.26.13
urllib3==1.26.14
# via requests
28 changes: 12 additions & 16 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,42 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/test.txt
attrs==22.1.0
attrs==22.2.0
# via
# -r requirements/test.txt
# pytest
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/test.txt
# requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via
# -r requirements/test.txt
# requests
coverage[toml]==6.5.0
coverage[toml]==7.1.0
# via
# -r requirements/ci.in
# -r requirements/test.txt
# pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/test.txt
exceptiongroup==1.0.4
exceptiongroup==1.1.0
# via
# -r requirements/test.txt
# pytest
idna==3.4
# via
# -r requirements/test.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
mock==4.0.3
mock==5.0.1
# via -r requirements/test.txt
newrelic==8.4.0
newrelic==8.6.0
# via -r requirements/test.txt
packaging==21.3
packaging==23.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -55,17 +55,13 @@ pluggy==1.0.0
# via
# -r requirements/test.txt
# pytest
pyparsing==3.0.9
# via
# -r requirements/test.txt
# packaging
pytest==7.2.0
pytest==7.2.1
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==4.0.0
# via -r requirements/test.txt
requests==2.28.1
requests==2.28.2
# via -r requirements/test.txt
six==1.16.0
# via -r requirements/test.txt
Expand All @@ -74,7 +70,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
urllib3==1.26.13
urllib3==1.26.14
# via
# -r requirements/test.txt
# 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
12 changes: 5 additions & 7 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#
# 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
#
wheel==0.38.4
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
pip==23.0
# via -r requirements/pip.in
setuptools==67.3.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
20 changes: 8 additions & 12 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#
# 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
#
build==0.9.0
build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==21.3
packaging==23.0
# via build
pep517==0.13.0
# via build
pip-tools==6.11.0
pip-tools==6.12.2
# 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
# via build
wheel==0.38.4
# via pip-tools

Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.txt
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/base.txt
# requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via
# -r requirements/base.txt
# requests
Expand All @@ -20,19 +20,19 @@ idna==3.4
# via
# -r requirements/base.txt
# requests
newrelic==8.4.0
newrelic==8.6.0
# via -r requirements/base.txt
path==16.6.0
# via
# -r requirements/base.txt
# path-py
path-py==12.5.0
# via -r requirements/base.txt
requests==2.28.1
requests==2.28.2
# via -r requirements/base.txt
six==1.16.0
# via -r requirements/base.txt
urllib3==1.26.13
urllib3==1.26.14
# via
# -r requirements/base.txt
# requests
26 changes: 12 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/production.txt
attrs==22.1.0
attrs==22.2.0
# via pytest
certifi==2022.9.24
certifi==2022.12.7
# via
# -r requirements/production.txt
# requests
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via
# -r requirements/production.txt
# requests
coverage[toml]==6.5.0
coverage[toml]==7.1.0
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
exceptiongroup==1.0.4
exceptiongroup==1.1.0
# via pytest
idna==3.4
# via
# -r requirements/production.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
mock==4.0.3
mock==5.0.1
# via -r requirements/test.in
newrelic==8.4.0
newrelic==8.6.0
# via -r requirements/production.txt
packaging==21.3
packaging==23.0
# via pytest
path==16.6.0
# via
Expand All @@ -42,21 +42,19 @@ path-py==12.5.0
# via -r requirements/production.txt
pluggy==1.0.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pytest==7.2.1
# via pytest-cov
pytest-cov==4.0.0
# via -r requirements/test.in
requests==2.28.1
requests==2.28.2
# via -r requirements/production.txt
six==1.16.0
# via -r requirements/production.txt
tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.13
urllib3==1.26.14
# via
# -r requirements/production.txt
# requests

0 comments on commit 3f6b791

Please sign in to comment.