Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #796

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lxml==5.3.0
# via -r requirements/base.in
mako==1.3.5
# via -r requirements/base.in
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.in
# mako
Expand Down
6 changes: 3 additions & 3 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.2
coverage==7.6.3
# 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.21.2
tox==4.23.0
# via -r requirements/ci.in
virtualenv==20.26.6
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.39
boto3==1.35.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# 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.2
coverage[toml]==7.6.3
# 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.0
hypothesis==6.115.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand All @@ -138,7 +138,7 @@ lxml==5.3.0
# via -r requirements/test.txt
mako==1.3.5
# via -r requirements/test.txt
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -279,7 +279,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.21.2
tox==4.23.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -291,7 +291,7 @@ urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
6 changes: 3 additions & 3 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.39
boto3==1.35.44
# via fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -44,7 +44,7 @@ lxml==5.3.0
# via -r requirements/base.txt
mako==1.3.5
# via -r requirements/base.txt
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# mako
Expand Down
8 changes: 4 additions & 4 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.39
boto3==1.35.44
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ lxml==5.3.0
# via -r requirements/django.txt
mako==1.3.5
# via -r requirements/django.txt
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/django.txt
# jinja2
Expand Down Expand Up @@ -130,7 +130,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
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==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
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.39
boto3==1.35.44
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.39
botocore==1.35.44
# 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.2
coverage[toml]==7.6.3
# 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.0
hypothesis==6.115.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -103,7 +103,7 @@ lxml==5.3.0
# via -r requirements/django.txt
mako==1.3.5
# via -r requirements/django.txt
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/django.txt
# jinja2
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.21.2
tox==4.23.0
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand All @@ -219,7 +219,7 @@ urllib3==2.2.3
# via
# -r requirements/django.txt
# botocore
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
web-fragments==2.2.0
# via -r requirements/django.txt
Expand Down