Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Sep 16, 2024
2 parents 50b7bb7 + 1d3045d commit c98e543
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 44 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.14
boto3==1.35.19
# via fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,7 +51,7 @@ python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.2
# via xblock
Expand All @@ -66,7 +66,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.1
# via django
urllib3==2.2.2
urllib3==2.2.3
# via botocore
web-fragments==2.2.0
# via xblock
Expand Down
41 changes: 31 additions & 10 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.35.14
boto3==1.35.19
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/test.txt
# boto3
Expand All @@ -46,6 +46,10 @@ certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -85,6 +89,10 @@ coverage[toml]==7.6.1
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==43.0.1
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
Expand Down Expand Up @@ -131,11 +139,11 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.8
idna==3.10
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# -r requirements/test.txt
# keyring
Expand All @@ -160,6 +168,11 @@ jaraco-functools==4.0.2
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -237,7 +250,7 @@ pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -252,6 +265,10 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.18.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -285,7 +302,7 @@ pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -302,7 +319,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -332,7 +349,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.8.0
rich==13.8.1
# via
# -r requirements/test.txt
# cookiecutter
Expand All @@ -341,6 +358,10 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -377,7 +398,7 @@ types-python-dateutil==2.9.0.20240906
# via
# -r requirements/test.txt
# arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/test.txt
# botocore
Expand All @@ -403,7 +424,7 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.txt
zipp==3.20.1
zipp==3.20.2
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.txt
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -110,7 +110,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.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.14
boto3==1.35.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -57,7 +57,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/base.txt
# openedx-django-pyfs
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -108,7 +108,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.txt
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -161,7 +161,7 @@ sqlparse==0.5.1
# django
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
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==74.1.2
setuptools==75.0.0
# via -r requirements/pip.in
30 changes: 21 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.14
boto3==1.35.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
Expand All @@ -49,6 +51,8 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
Expand Down Expand Up @@ -78,9 +82,9 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -92,6 +96,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
# code-annotations
Expand Down Expand Up @@ -144,10 +152,12 @@ pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand Down Expand Up @@ -179,7 +189,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -201,14 +211,16 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via
# cookiecutter
# twine
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/base.txt
Expand All @@ -235,7 +247,7 @@ twine==5.1.1
# via -r requirements/quality.in
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand All @@ -257,7 +269,7 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/quality.in
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit c98e543

Please sign in to comment.