Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 15, 2024
1 parent 372eca9 commit 7ab53dc
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.14
boto3==1.35.19
# via fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.in
# openedx-django-pyfs
idna==3.8
idna==3.9
# via requests
jinja2==3.1.4
# via cookiecutter
Expand Down Expand Up @@ -80,7 +80,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via cookiecutter
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.2
# via
Expand All @@ -90,7 +90,7 @@ requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
rich==13.8.0
rich==13.8.1
# via cookiecutter
s3transfer==0.10.2
# via boto3
Expand All @@ -109,7 +109,7 @@ text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
idna==3.8
idna==3.9
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -202,7 +202,7 @@ packaging==24.1
# tox
pbr==6.1.0
# via stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -244,7 +244,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -275,7 +275,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -292,7 +292,7 @@ requests==2.32.3
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==13.8.0
rich==13.8.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,7 +340,7 @@ types-python-dateutil==2.9.0.20240906
# -r requirements/base.txt
# -r requirements/test.txt
# arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -103,7 +103,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
idna==3.8
idna==3.9
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -170,7 +170,7 @@ packaging==24.1
# tox
pbr==6.1.0
# via stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -209,7 +209,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -232,7 +232,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# xblock
Expand All @@ -246,7 +246,7 @@ requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
rich==13.8.0
rich==13.8.1
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -285,7 +285,7 @@ types-python-dateutil==2.9.0.20240906
# via
# -r requirements/test.txt
# arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.txt
# openedx-django-pyfs
idna==3.8
idna==3.9
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -135,7 +135,7 @@ packaging==24.1
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand All @@ -151,7 +151,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
Expand All @@ -172,7 +172,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -185,7 +185,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# cookiecutter
rich==13.8.0
rich==13.8.1
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -217,7 +217,7 @@ types-python-dateutil==2.9.0.20240906
# via
# -r requirements/base.txt
# arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand Down

0 comments on commit 7ab53dc

Please sign in to comment.