Skip to content

Commit

Permalink
Merge pull request #341 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-6f6dedf

chore: Upgrade Python requirements
  • Loading branch information
ilee2u authored Aug 21, 2024
2 parents 6f6dedf + e933973 commit 314d833
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 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.159
boto3==1.35.1
# via -r requirements/base.in
botocore==1.34.159
botocore==1.35.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -134,7 +134,7 @@ filetype==1.2.0
# via willow
idna==3.7
# via requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via typeguard
inflect==7.3.1
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.159
boto3==1.35.1
# via -r requirements/quality.txt
botocore==1.34.159
botocore==1.35.1
# via
# -r requirements/quality.txt
# boto3
# s3transfer
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -225,7 +225,7 @@ exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/quality.txt
faker==27.0.0
# via
Expand All @@ -244,7 +244,7 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/quality.txt
# typeguard
Expand Down Expand Up @@ -513,11 +513,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/quality.txt
typeguard==4.3.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.159
boto3==1.35.1
# via -r requirements/test.txt
botocore==1.34.159
botocore==1.35.1
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -225,7 +225,7 @@ exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.txt
faker==27.0.0
# via
Expand All @@ -246,7 +246,7 @@ idna==3.7
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/test.txt
# sphinx
Expand Down Expand Up @@ -532,11 +532,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.17.1
tox==4.18.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 @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via build
packaging==24.1
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 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.159
boto3==1.35.1
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.159
botocore==1.35.1
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -179,7 +179,7 @@ idna==3.7
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/base.txt
# typeguard
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.159
boto3==1.35.1
# via -r requirements/test.txt
botocore==1.34.159
botocore==1.35.1
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -213,7 +213,7 @@ exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.txt
faker==27.0.0
# via
Expand All @@ -232,7 +232,7 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/test.txt
# typeguard
Expand Down Expand Up @@ -488,11 +488,11 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/test.txt
typeguard==4.3.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.159
boto3==1.35.1
# via -r requirements/base.txt
botocore==1.34.159
botocore==1.35.1
# via
# -r requirements/base.txt
# boto3
# s3transfer
cachetools==5.4.0
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via
Expand Down Expand Up @@ -200,7 +200,7 @@ et-xmlfile==1.1.0
# openpyxl
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.in
faker==27.0.0
# via
Expand All @@ -218,7 +218,7 @@ idna==3.7
# via
# -r requirements/base.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.3.0
# via
# -r requirements/base.txt
# typeguard
Expand Down Expand Up @@ -444,9 +444,9 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
tox==4.17.1
tox==4.18.0
# via -r requirements/test.in
typeguard==4.3.0
# via
Expand Down

0 comments on commit 314d833

Please sign in to comment.