Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 12, 2024
1 parent 12ddb36 commit f08968a
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand All @@ -42,7 +42,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.152
boto3==1.34.154
# via -r requirements/quality.txt
botocore==1.34.152
botocore==1.34.154
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ colorama==0.4.6
# via
# -r requirements/quality.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -101,7 +101,7 @@ distlib==0.3.8
# via
# -r requirements/quality.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==26.1.0
faker==26.2.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -352,7 +352,7 @@ psutil==6.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -518,7 +518,7 @@ tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/quality.txt
typeguard==4.3.0
# via
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.14
django==4.2.15
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.152
boto3==1.34.154
# via -r requirements/test.txt
botocore==1.34.152
botocore==1.34.154
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -78,7 +78,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -101,7 +101,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -227,7 +227,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==26.1.0
faker==26.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -536,7 +536,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/test.txt
typeguard==4.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.152
boto3==1.34.154
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.152
botocore==1.34.154
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
django==4.2.14
django==4.2.15
# via
# -r requirements/base.txt
# django-cors-headers
Expand Down Expand Up @@ -379,7 +379,7 @@ zipp==3.19.2
# importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.4.post2
zope-interface==7.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.152
boto3==1.34.154
# via -r requirements/test.txt
botocore==1.34.152
botocore==1.34.154
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -97,7 +97,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -r requirements/test.txt
# django-cors-headers
Expand Down Expand Up @@ -215,7 +215,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==26.1.0
faker==26.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -332,7 +332,7 @@ psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via
Expand Down Expand Up @@ -492,7 +492,7 @@ tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/test.txt
typeguard==4.3.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.txt
botocore==1.34.152
botocore==1.34.154
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ code-annotations==1.8.0
# edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -202,7 +202,7 @@ exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==26.1.0
faker==26.2.0
# via
# -r requirements/test.in
# factory-boy
Expand Down Expand Up @@ -447,7 +447,7 @@ tomli==2.0.1
# tox
tomlkit==0.13.0
# via pylint
tox==4.16.0
tox==4.17.0
# via -r requirements/test.in
typeguard==4.3.0
# via
Expand Down

0 comments on commit f08968a

Please sign in to comment.