Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
macdiesel authored Nov 1, 2023
2 parents 1ce9713 + e8f7d95 commit fccf0c3
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 121 deletions.
21 changes: 9 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.1.0
# via celery
boto3==1.28.66
boto3==1.28.75
# via django-ses
botocore==1.31.66
botocore==1.31.75
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -58,7 +58,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -139,7 +139,7 @@ djangorestframework==3.14.0
# drf-yasg
# edx-api-doc-tools
# edx-drf-extensions
djangorestframework-csv==2.1.1
djangorestframework-csv==3.0.1
# via -r requirements/base.in
drf-jwt==1.19.2
# via edx-drf-extensions
Expand All @@ -161,7 +161,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -193,7 +193,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.0
# via -r requirements/base.in
newrelic==9.1.0
newrelic==9.1.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -266,15 +266,14 @@ six==1.16.0
# via
# analytics-python
# django-autocomplete-light
# djangorestframework-csv
# edx-auth-backends
# edx-rbac
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# edx-auth-backends
# social-auth-app-django
Expand All @@ -296,8 +295,6 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
unicodecsv==0.14.1
# via djangorestframework-csv
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.18
Expand All @@ -309,7 +306,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
zipp==3.17.0
# via -r requirements/base.in
33 changes: 14 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ billiard==4.1.0
# via
# -r requirements/validation.txt
# celery
boto3==1.28.66
boto3==1.28.75
# via
# -r requirements/validation.txt
# django-ses
botocore==1.31.66
botocore==1.31.75
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -68,7 +68,7 @@ cffi==1.16.0
# -r requirements/validation.txt
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -111,7 +111,7 @@ coverage[toml]==7.3.2
# -r requirements/validation.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/validation.txt
# pyjwt
Expand Down Expand Up @@ -215,7 +215,7 @@ djangorestframework==3.14.0
# drf-yasg
# edx-api-doc-tools
# edx-drf-extensions
djangorestframework-csv==2.1.1
djangorestframework-csv==3.0.1
# via -r requirements/validation.txt
drf-jwt==1.19.2
# via
Expand All @@ -241,7 +241,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via
# -r requirements/validation.txt
# edx-rbac
Expand All @@ -267,7 +267,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==19.11.0
faker==19.12.1
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -342,7 +342,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/validation.txt
newrelic==9.1.0
newrelic==9.1.1
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -431,7 +431,7 @@ pylint-celery==0.3
# via
# -r requirements/validation.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/validation.txt
# edx-lint
Expand All @@ -452,14 +452,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/validation.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/validation.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/validation.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -523,7 +523,6 @@ six==1.16.0
# -r requirements/validation.txt
# analytics-python
# django-autocomplete-light
# djangorestframework-csv
# edx-auth-backends
# edx-lint
# edx-rbac
Expand All @@ -541,7 +540,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/validation.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand Down Expand Up @@ -593,10 +592,6 @@ tzdata==2023.3
# -r requirements/validation.txt
# backports-zoneinfo
# celery
unicodecsv==0.14.1
# via
# -r requirements/validation.txt
# djangorestframework-csv
uritemplate==4.1.1
# via
# -r requirements/validation.txt
Expand All @@ -612,11 +607,11 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via
# -r requirements/validation.txt
# prompt-toolkit
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
35 changes: 15 additions & 20 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async-timeout==4.0.3
# via
# -r requirements/test.txt
# redis
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -49,11 +49,11 @@ billiard==4.1.0
# via
# -r requirements/test.txt
# celery
boto3==1.28.66
boto3==1.28.75
# via
# -r requirements/test.txt
# django-ses
botocore==1.31.66
botocore==1.31.75
# via
# -r requirements/test.txt
# boto3
Expand All @@ -72,7 +72,7 @@ cffi==1.16.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -113,7 +113,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -205,7 +205,7 @@ djangorestframework==3.14.0
# drf-yasg
# edx-api-doc-tools
# edx-drf-extensions
djangorestframework-csv==2.1.1
djangorestframework-csv==3.0.1
# via -r requirements/test.txt
doc8==1.1.1
# via -r requirements/doc.in
Expand Down Expand Up @@ -240,7 +240,7 @@ edx-django-utils==5.7.0
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
edx-drf-extensions==8.12.0
edx-drf-extensions==8.13.0
# via
# -r requirements/test.txt
# edx-rbac
Expand All @@ -264,7 +264,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.11.0
faker==19.12.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -326,7 +326,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.0
# via -r requirements/test.txt
newrelic==9.1.0
newrelic==9.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -372,7 +372,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -402,7 +402,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -419,14 +419,14 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -493,7 +493,6 @@ six==1.16.0
# -r requirements/test.txt
# analytics-python
# django-autocomplete-light
# djangorestframework-csv
# edx-auth-backends
# edx-lint
# edx-rbac
Expand All @@ -508,7 +507,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -575,10 +574,6 @@ tzdata==2023.3
# -r requirements/test.txt
# backports-zoneinfo
# celery
unicodecsv==0.14.1
# via
# -r requirements/test.txt
# djangorestframework-csv
uritemplate==4.1.1
# via
# -r requirements/test.txt
Expand All @@ -594,7 +589,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 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.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
Loading

0 comments on commit fccf0c3

Please sign in to comment.