Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 28, 2024
1 parent fd914a1 commit 6c9ef62
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 30 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fs==2.4.16
# via -r requirements/base.in
lxml==5.3.0
# via -r requirements/base.in
mako==1.3.5
mako==1.3.6
# via -r requirements/base.in
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -42,7 +42,7 @@ typing-extensions==4.12.2
# via edx-opaque-keys
web-fragments==2.2.0
# via -r requirements/base.in
webob==1.8.8
webob==1.8.9
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.3
coverage==7.6.4
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.23.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.115.3
hypothesis==6.115.5
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -136,7 +136,7 @@ lazy==1.6
# via -r requirements/test.txt
lxml==5.3.0
# via -r requirements/test.txt
mako==1.3.5
mako==1.3.6
# via -r requirements/test.txt
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -279,7 +279,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.23.0
tox==4.23.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -298,7 +298,7 @@ virtualenv==20.27.0
# tox
web-fragments==2.2.0
# via -r requirements/test.txt
webob==1.8.8
webob==1.8.9
# via -r requirements/test.txt
wheel==0.44.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.35.44
boto3==1.35.49
# via fs-s3fs
botocore==1.35.44
botocore==1.35.49
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ lazy==1.6
# via -r requirements/django.in
lxml==5.3.0
# via -r requirements/base.txt
mako==1.3.5
mako==1.3.6
# via -r requirements/base.txt
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -90,7 +90,7 @@ urllib3==2.2.3
# via botocore
web-fragments==2.2.0
# via -r requirements/base.txt
webob==1.8.8
webob==1.8.9
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 6 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ lazy==1.6
# via -r requirements/django.txt
lxml==5.3.0
# via -r requirements/django.txt
mako==1.3.5
mako==1.3.6
# via -r requirements/django.txt
markupsafe==3.0.2
# via
Expand All @@ -86,14 +86,12 @@ mock==5.1.0
openedx-django-pyfs==3.7.0
# via -r requirements/django.txt
packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
# via sphinx
pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -169,7 +167,7 @@ urllib3==2.2.3
# requests
web-fragments==2.2.0
# via -r requirements/django.txt
webob==1.8.8
webob==1.8.9
# via -r requirements/django.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.5
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.44
boto3==1.35.49
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.44
botocore==1.35.49
# via
# -r requirements/django.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.115.3
hypothesis==6.115.5
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -101,7 +101,7 @@ lazy==1.6
# via -r requirements/django.txt
lxml==5.3.0
# via -r requirements/django.txt
mako==1.3.5
mako==1.3.6
# via -r requirements/django.txt
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.0
tox==4.23.2
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -223,7 +223,7 @@ virtualenv==20.27.0
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
webob==1.8.8
webob==1.8.9
# via -r requirements/django.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 6c9ef62

Please sign in to comment.