Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
jansenk authored Mar 15, 2023
2 parents c237005 + 1ad5070 commit b8ef63b
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ asgiref==3.6.0
# via django
backoff==2.2.1
# via -r requirements/base.in
boto3==1.26.71
boto3==1.26.91
# via -r requirements/base.in
botocore==1.29.71
botocore==1.29.91
# via
# boto3
# s3transfer
certifi==2022.12.7
# via requests
cffi==1.15.1
# via pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via edx-django-utils
Expand Down Expand Up @@ -52,7 +52,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.1.1
# via -r requirements/base.in
newrelic==8.6.0
newrelic==8.7.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -91,7 +91,7 @@ sqlparse==0.4.3
# via django
stevedore==5.0.0
# via edx-django-utils
urllib3==1.26.14
urllib3==1.26.15
# via
# botocore
# requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.1.0
coverage==7.2.1
# via codecov
distlib==0.3.6
# via virtualenv
filelock==3.9.0
filelock==3.9.1
# via
# tox
# virtualenv
idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.0.0
platformdirs==3.1.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -41,7 +41,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
urllib3==1.26.14
urllib3==1.26.15
# via requests
virtualenv==20.19.0
virtualenv==20.21.0
# via tox
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ attrs==22.2.0
# pytest
backoff==2.2.1
# via -r requirements/test.txt
boto3==1.26.71
boto3==1.26.91
# via -r requirements/test.txt
botocore==1.29.71
botocore==1.29.91
# via
# -r requirements/test.txt
# boto3
Expand All @@ -34,7 +34,7 @@ cffi==1.15.1
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -47,7 +47,7 @@ click==8.1.3
# pip-tools
codecov==2.1.12
# via -r requirements/ci.txt
coverage[toml]==7.1.0
coverage[toml]==7.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -79,11 +79,11 @@ edx-django-release-util==1.2.0
# via -r requirements/test.txt
edx-django-utils==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# -r requirements/test.txt
# pytest
filelock==3.9.0
filelock==3.9.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -108,7 +108,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.1.1
# via -r requirements/test.txt
newrelic==8.6.0
newrelic==8.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -126,9 +126,9 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.txt
platformdirs==3.0.0
platformdirs==3.1.1
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -160,7 +160,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -229,17 +229,17 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.19.0
virtualenv==20.21.0
# via
# -r requirements/ci.txt
# tox
wheel==0.38.4
wheel==0.40.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.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 @@ -10,13 +10,13 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +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
wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.3.1
setuptools==67.6.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==22.2.0
# via pytest
backoff==2.2.1
# via -r requirements/../requirements.txt
boto3==1.26.71
boto3==1.26.91
# via -r requirements/../requirements.txt
botocore==1.29.71
botocore==1.29.91
# via
# -r requirements/../requirements.txt
# boto3
Expand All @@ -27,15 +27,15 @@ cffi==1.15.1
# via
# -r requirements/../requirements.txt
# pynacl
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r requirements/../requirements.txt
# requests
click==8.1.3
# via
# -r requirements/../requirements.txt
# edx-django-utils
coverage[toml]==7.1.0
coverage[toml]==7.2.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -58,7 +58,7 @@ edx-django-release-util==1.2.0
# via -r requirements/../requirements.txt
edx-django-utils==5.2.0
# via -r requirements/../requirements.txt
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via pytest
gunicorn==20.1.0
# via -r requirements/../requirements.txt
Expand All @@ -77,7 +77,7 @@ jmespath==1.0.1
# botocore
mysqlclient==2.1.1
# via -r requirements/../requirements.txt
newrelic==8.6.0
newrelic==8.7.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
Expand All @@ -103,7 +103,7 @@ pynacl==1.5.0
# via
# -r requirements/../requirements.txt
# edx-django-utils
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -150,7 +150,7 @@ stevedore==5.0.0
# edx-django-utils
tomli==2.0.1
# via pytest
urllib3==1.26.14
urllib3==1.26.15
# via
# -r requirements/../requirements.txt
# botocore
Expand Down

0 comments on commit b8ef63b

Please sign in to comment.