Skip to content

Commit

Permalink
Merge pull request #279 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-8b933a6

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Feb 3, 2025
2 parents 8b933a6 + 1dc3b1a commit 293850a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markupsafe==3.0.2
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2024.2
pytz==2025.1
# via xblock
pyyaml==6.0.2
# via xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.6
boto3==1.36.11
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# -r requirements/test.txt
# boto3
Expand All @@ -42,7 +42,7 @@ cachetools==5.5.1
# via
# -r requirements/tox.txt
# tox
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -148,7 +148,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -253,7 +253,7 @@ pygments==2.19.1
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -294,7 +294,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/test.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# xblock
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# xblock
Expand Down
12 changes: 7 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via pydata-sphinx-theme
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down Expand Up @@ -69,7 +69,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# xblock
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -116,7 +116,9 @@ sqlparse==0.5.3
# -r requirements/base.txt
# django
typing-extensions==4.12.2
# via pydata-sphinx-theme
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.3.0
# via requests
web-fragments==2.2.0
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ astroid==3.3.8
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.6
boto3==1.36.11
# via fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -64,7 +64,7 @@ fs-s3fs==1.1.1
# via xblock-sdk
idna==3.10
# via requests
isort==5.13.2
isort==6.0.0
# via pylint
jinja2==3.1.5
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.19.1
# via rich
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/quality.in
# edx-lint
Expand All @@ -130,7 +130,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.6
boto3==1.36.11
# via fs-s3fs
botocore==1.36.6
botocore==1.36.11
# via
# boto3
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via cryptography
Expand Down Expand Up @@ -83,7 +83,7 @@ importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.0
# via pylint
jaraco-classes==3.4.0
# via keyring
Expand Down Expand Up @@ -148,7 +148,7 @@ pygments==2.19.1
# via
# readme-renderer
# rich
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -176,7 +176,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.2
pytz==2025.1
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit 293850a

Please sign in to comment.