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

Closed
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/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in
Expand All @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.3
boto3==1.35.5
# via fs-s3fs
botocore==1.35.3
botocore==1.35.5
# via
# boto3
# s3transfer
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
Expand Down
25 changes: 18 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/quality.txt requirements/quality.in
Expand All @@ -16,12 +16,14 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
boto3==1.35.3
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.5
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.3
botocore==1.35.5
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -56,6 +58,7 @@ cryptography==43.0.0
# via
# -r requirements/test.txt
# moto
# secretstorage
dill==0.3.8
# via pylint
django==4.2.15
Expand All @@ -64,20 +67,22 @@ django==4.2.15
# -r requirements/test.txt
docutils==0.21.2
# via readme-renderer
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/quality.in
fs==2.4.16
# via
# -r requirements/test.txt
# fs-s3fs
fs-s3fs==1.1.1
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.4.0
# via twine
# via
# keyring
# twine
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -92,6 +97,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -213,6 +222,8 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand All @@ -226,7 +237,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/test.txt requirements/base.in requirements/test.in
Expand All @@ -8,11 +8,11 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.3
boto3==1.35.5
# via
# fs-s3fs
# moto
botocore==1.35.3
botocore==1.35.5
# via
# boto3
# moto
Expand All @@ -36,7 +36,7 @@ fs==2.4.16
# fs-s3fs
fs-s3fs==1.1.1
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
iniconfig==2.0.0
# via pytest
Expand Down