Skip to content

Commit

Permalink
Merge pull request #284 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…b1ca9e4

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Dec 1, 2023
2 parents b1ca9e4 + 821c49c commit ce27e30
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 74 deletions.
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.29.4
boto3==1.33.1
# via -r requirements/base.in
botocore==1.32.4
botocore==1.33.1
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.5
cryptography==41.0.7
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -110,12 +110,12 @@ edx-auth-backends==4.2.0
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.in
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
Expand All @@ -129,7 +129,7 @@ filetype==1.2.0
# via willow
html5lib==1.1
# via wagtail
idna==3.4
idna==3.6
# via requests
inflect==7.0.0
# via -r requirements/base.in
Expand Down Expand Up @@ -167,9 +167,9 @@ psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
pydantic==2.5.1
pydantic==2.5.2
# via inflect
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -210,7 +210,7 @@ requests==2.31.0
# wagtail
requests-oauthlib==1.3.1
# via social-auth-core
s3transfer==0.7.0
s3transfer==0.8.0
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down Expand Up @@ -260,7 +260,7 @@ wagtail==5.2.1
# via -r requirements/base.in
webencodings==0.5.1
# via html5lib
willow[heif]==1.6.2
willow[heif]==1.6.3
# via
# wagtail
# willow
Expand Down
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/quality.txt
# wagtail
boto3==1.29.4
boto3==1.33.1
# via -r requirements/quality.txt
botocore==1.32.4
botocore==1.33.1
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -89,7 +89,7 @@ coverage[toml]==7.3.2
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -201,12 +201,12 @@ edx-auth-backends==4.2.0
# via -r requirements/quality.txt
edx-django-release-util==1.3.0
# via -r requirements/quality.txt
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/quality.txt
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -247,7 +247,7 @@ html5lib==1.1
# via
# -r requirements/quality.txt
# wagtail
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -361,17 +361,17 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.5.1
pydantic==2.5.2
# via
# -r requirements/quality.txt
# inflect
pydantic-core==2.14.3
pydantic-core==2.14.5
# via
# -r requirements/quality.txt
# pydantic
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.17.1
pygments==2.17.2
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -467,7 +467,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/quality.txt
# social-auth-core
s3transfer==0.7.0
s3transfer==0.8.0
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -540,7 +540,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/quality.txt
typing-extensions==4.8.0
# via
Expand All @@ -563,7 +563,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/quality.txt
# tox
Expand All @@ -573,11 +573,11 @@ webencodings==0.5.1
# via
# -r requirements/quality.txt
# html5lib
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
willow[heif]==1.6.2
willow[heif]==1.6.3
# via
# -r requirements/quality.txt
# wagtail
Expand Down
26 changes: 13 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.29.4
boto3==1.33.1
# via -r requirements/test.txt
botocore==1.32.4
botocore==1.33.1
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -199,12 +199,12 @@ edx-auth-backends==4.2.0
# via -r requirements/test.txt
edx-django-release-util==1.3.0
# via -r requirements/test.txt
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/test.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
Expand Down Expand Up @@ -243,7 +243,7 @@ html5lib==1.1
# via
# -r requirements/test.txt
# wagtail
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -346,15 +346,15 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.5.1
pydantic==2.5.2
# via
# -r requirements/test.txt
# inflect
pydantic-core==2.14.3
pydantic-core==2.14.5
# via
# -r requirements/test.txt
# pydantic
pygments==2.17.1
pygments==2.17.2
# via
# doc8
# readme-renderer
Expand Down Expand Up @@ -454,7 +454,7 @@ requests-oauthlib==1.3.1
# social-auth-core
restructuredtext-lint==1.4.0
# via doc8
s3transfer==0.7.0
s3transfer==0.8.0
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -539,7 +539,7 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/test.txt
typing-extensions==4.8.0
# via
Expand All @@ -562,7 +562,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/test.txt
# tox
Expand All @@ -572,7 +572,7 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# html5lib
willow[heif]==1.6.2
willow[heif]==1.6.3
# via
# -r requirements/test.txt
# wagtail
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.3
wheel==0.42.0
# 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.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==69.0.1
setuptools==69.0.2
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ beautifulsoup4==4.11.2
# via
# -r requirements/base.txt
# wagtail
boto3==1.29.4
boto3==1.33.1
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.32.4
botocore==1.33.1
# via
# -r requirements/base.txt
# boto3
Expand All @@ -51,7 +51,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -146,12 +146,12 @@ edx-auth-backends==4.2.0
# via -r requirements/base.txt
edx-django-release-util==1.3.0
# via -r requirements/base.txt
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# -r requirements/base.txt
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via -r requirements/base.txt
edx-opaque-keys==2.5.1
# via
Expand All @@ -177,7 +177,7 @@ html5lib==1.1
# via
# -r requirements/base.txt
# wagtail
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -239,11 +239,11 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydantic==2.5.1
pydantic==2.5.2
# via
# -r requirements/base.txt
# inflect
pydantic-core==2.14.3
pydantic-core==2.14.5
# via
# -r requirements/base.txt
# pydantic
Expand Down Expand Up @@ -302,7 +302,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.7.0
s3transfer==0.8.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -373,7 +373,7 @@ webencodings==0.5.1
# via
# -r requirements/base.txt
# html5lib
willow[heif]==1.6.2
willow[heif]==1.6.3
# via
# -r requirements/base.txt
# wagtail
Expand Down
Loading

0 comments on commit ce27e30

Please sign in to comment.