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 #795

Merged
merged 1 commit into from
Oct 14, 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==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.in
# mako
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.1
coverage==7.6.2
# via -r requirements/ci.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.2.2
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
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.1
coverage[toml]==7.6.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -79,7 +79,7 @@ dill==0.3.9
# via
# -r requirements/test.txt
# pylint
distlib==0.3.8
distlib==0.3.9
# 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.112.3
hypothesis==6.115.0
# 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==2.1.5
markupsafe==3.0.1
# via
# -r requirements/test.txt
# jinja2
Expand Down Expand Up @@ -199,7 +199,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -245,7 +245,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/test.txt
# boto3
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.34
boto3==1.35.39
# via fs-s3fs
botocore==1.35.34
botocore==1.35.39
# 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==2.1.5
markupsafe==3.0.1
# via
# -r requirements/base.txt
# mako
Expand All @@ -66,7 +66,7 @@ pytz==2024.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
simplejson==3.19.3
# via -r requirements/base.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.34
boto3==1.35.39
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
django==4.2.16
# via
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==2.1.5
markupsafe==3.0.1
# via
# -r requirements/django.txt
# jinja2
Expand Down Expand Up @@ -114,7 +114,7 @@ pyyaml==6.0.2
# via -r requirements/django.txt
requests==2.32.3
# via sphinx
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/django.txt
# boto3
Expand All @@ -130,7 +130,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.2
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
16 changes: 8 additions & 8 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.34
boto3==1.35.39
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.34
botocore==1.35.39
# 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.1
coverage[toml]==7.6.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -55,7 +55,7 @@ diff-cover==9.2.0
# via -r requirements/test.in
dill==0.3.9
# via pylint
distlib==0.3.8
distlib==0.3.9
# via virtualenv
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.112.3
hypothesis==6.115.0
# 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==2.1.5
markupsafe==3.0.1
# via
# -r requirements/django.txt
# jinja2
Expand Down Expand Up @@ -148,7 +148,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/django.txt
# boto3
Expand Down