Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jan 28, 2025
2 parents 25560fb + 4bcecf3 commit 62f9c9c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -28,9 +28,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.29.1
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ astroid==3.3.8
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.36.2
boto3==1.36.6
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.2
botocore==1.36.6
# via
# -r requirements/test.txt
# boto3
Expand All @@ -34,7 +34,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -93,11 +93,11 @@ dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.txt
edx-opaque-keys==2.11.0
# via -r requirements/test.txt
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ pymongo==4.10.1
# via
# -r requirements/test.txt
# edx-opaque-keys
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -245,7 +245,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.11.1
s3transfer==0.11.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -279,7 +279,7 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.23.2
tox==4.24.1
# 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.36.2
boto3==1.36.6
# via fs-s3fs
botocore==1.36.2
botocore==1.36.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ pytz==2024.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.11.1
s3transfer==0.11.2
# via boto3
simplejson==3.19.3
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 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.36.2
boto3==1.36.6
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.2
botocore==1.36.6
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -112,7 +112,7 @@ pyyaml==6.0.2
# via -r requirements/django.txt
requests==2.32.3
# via sphinx
s3transfer==0.11.1
s3transfer==0.11.2
# via
# -r requirements/django.txt
# boto3
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ astroid==3.3.8
# -r requirements/test.in
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via hypothesis
boto3==1.36.2
boto3==1.36.6
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.2
botocore==1.36.6
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via
Expand Down Expand Up @@ -65,11 +65,11 @@ dnspython==2.7.0
# via
# -r requirements/django.txt
# pymongo
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via -r requirements/django.txt
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -158,7 +158,7 @@ pymongo==4.10.1
# via
# -r requirements/django.txt
# edx-opaque-keys
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pytest==8.3.4
# via
Expand All @@ -181,7 +181,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.11.1
s3transfer==0.11.2
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -209,7 +209,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 62f9c9c

Please sign in to comment.