Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 5, 2023
1 parent ce27e30 commit ef43f82
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 61 deletions.
14 changes: 7 additions & 7 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.33.1
boto3==1.33.7
# via -r requirements/base.in
botocore==1.33.1
botocore==1.33.7
# via
# boto3
# s3transfer
Expand All @@ -41,7 +41,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -71,7 +71,7 @@ django-crum==0.7.9
# via edx-django-utils
django-extensions==3.2.3
# via -r requirements/base.in
django-filter==23.4
django-filter==23.5
# via wagtail
django-modelcluster==6.1
# via wagtail
Expand Down Expand Up @@ -161,7 +161,7 @@ pillow==10.1.0
# via
# pillow-heif
# wagtail
pillow-heif==0.13.1
pillow-heif==0.14.0
# via willow
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -210,7 +210,7 @@ requests==2.31.0
# wagtail
requests-oauthlib==1.3.1
# via social-auth-core
s3transfer==0.8.0
s3transfer==0.8.2
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand All @@ -227,7 +227,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/base.in
# edx-auth-backends
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
23 changes: 11 additions & 12 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.33.1
boto3==1.33.7
# via -r requirements/quality.txt
botocore==1.33.1
botocore==1.33.7
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -110,7 +110,7 @@ distlib==0.3.7
# via
# -r requirements/quality.txt
# virtualenv
django==4.2.7
django==4.2.8
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -148,7 +148,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/quality.txt
django-extensions==3.2.3
# via -r requirements/quality.txt
django-filter==23.4
django-filter==23.5
# via
# -r requirements/quality.txt
# wagtail
Expand Down Expand Up @@ -251,7 +251,7 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -319,7 +319,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand All @@ -330,15 +330,14 @@ pillow==10.1.0
# -r requirements/quality.txt
# pillow-heif
# wagtail
pillow-heif==0.13.1
pillow-heif==0.14.0
# via
# -r requirements/quality.txt
# willow
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# pylint
# tox
Expand Down Expand Up @@ -467,7 +466,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/quality.txt
# social-auth-core
s3transfer==0.8.0
s3transfer==0.8.2
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -496,7 +495,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/quality.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/quality.txt
# edx-auth-backends
Expand Down Expand Up @@ -563,7 +562,7 @@ urllib3==1.26.18
# -r requirements/quality.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/quality.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.7
django==4.2.8
20 changes: 10 additions & 10 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.33.1
boto3==1.33.7
# via -r requirements/test.txt
botocore==1.33.1
botocore==1.33.7
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -105,7 +105,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.7
django==4.2.8
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -138,7 +138,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==23.4
django-filter==23.5
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -249,7 +249,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
inflect==7.0.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -323,11 +323,11 @@ pillow==10.1.0
# -r requirements/test.txt
# pillow-heif
# wagtail
pillow-heif==0.13.1
pillow-heif==0.14.0
# via
# -r requirements/test.txt
# willow
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -r requirements/test.txt
# pylint
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.8.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -482,7 +482,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -562,7 +562,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
14 changes: 7 additions & 7 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.33.1
boto3==1.33.7
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.33.1
botocore==1.33.7
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.7
django==4.2.8
# via
# -r requirements/base.txt
# django-cors-headers
Expand Down Expand Up @@ -93,7 +93,7 @@ django-crum==0.7.9
# edx-django-utils
django-extensions==3.2.3
# via -r requirements/base.txt
django-filter==23.4
django-filter==23.5
# via
# -r requirements/base.txt
# wagtail
Expand Down Expand Up @@ -227,7 +227,7 @@ pillow==10.1.0
# -r requirements/base.txt
# pillow-heif
# wagtail
pillow-heif==0.13.1
pillow-heif==0.14.0
# via
# -r requirements/base.txt
# willow
Expand Down Expand Up @@ -302,7 +302,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.8.0
s3transfer==0.8.2
# via
# -r requirements/base.txt
# boto3
Expand All @@ -327,7 +327,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.33.1
boto3==1.33.7
# via -r requirements/test.txt
botocore==1.33.1
botocore==1.33.7
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -101,7 +101,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.7
django==4.2.8
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -134,7 +134,7 @@ django-dynamic-fixture==4.0.1
# via -r requirements/test.txt
django-extensions==3.2.3
# via -r requirements/test.txt
django-filter==23.4
django-filter==23.5
# via
# -r requirements/test.txt
# wagtail
Expand Down Expand Up @@ -304,11 +304,11 @@ pillow==10.1.0
# -r requirements/test.txt
# pillow-heif
# wagtail
pillow-heif==0.13.1
pillow-heif==0.14.0
# via
# -r requirements/test.txt
# willow
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -428,7 +428,7 @@ requests-oauthlib==1.3.1
# via
# -r requirements/test.txt
# social-auth-core
s3transfer==0.8.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -455,7 +455,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.5.0
social-auth-core==4.5.1
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -517,7 +517,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/test.txt
# tox
Expand Down
Loading

0 comments on commit ef43f82

Please sign in to comment.