Skip to content

Commit

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

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Sep 16, 2024
2 parents 8cb1ac9 + 1fafb9f commit 02e27a9
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 34 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==2.1.5
# xblock
python-dateutil==2.9.0.post0
# via xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.2
# 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 @@ -124,11 +132,11 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# 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 @@ -153,6 +161,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 @@ -218,7 +231,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 @@ -231,6 +244,10 @@ pluggy==1.5.0
# -r requirements/tox.txt
# pytest
# tox
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.18.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -264,7 +281,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
python-dateutil==2.9.0.post0
# via
Expand All @@ -277,7 +294,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 @@ -307,7 +324,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 @@ -316,6 +333,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 @@ -352,7 +373,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 @@ -378,7 +399,7 @@ xblock==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
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.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fs==2.4.16
# via
# -r requirements/base.txt
# xblock
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -71,7 +71,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# xblock
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -119,7 +119,7 @@ sqlparse==0.5.1
# django
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via requests
web-fragments==2.2.0
# via
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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.2.4
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
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 @@ -62,7 +62,7 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via xblock-sdk
idna==3.8
idna==3.10
# via requests
isort==5.13.2
# via pylint
Expand Down Expand Up @@ -97,7 +97,7 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.1.0
# via stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -130,7 +130,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -144,7 +144,7 @@ requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.8.0
rich==13.8.1
# via cookiecutter
s3transfer==0.10.2
# via boto3
Expand Down Expand Up @@ -172,7 +172,7 @@ tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# requests
Expand Down
32 changes: 22 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.14
boto3==1.35.19
# via fs-s3fs
botocore==1.35.14
botocore==1.35.19
# via
# 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 @@ -50,6 +52,8 @@ coverage[toml]==7.6.1
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
Expand All @@ -71,9 +75,9 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via 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 @@ -87,6 +91,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 @@ -130,10 +138,12 @@ pbr==6.1.0
# via stevedore
pkginfo==1.10.0
# via twine
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand All @@ -154,7 +164,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.3.2
pytest==8.3.3
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -166,7 +176,7 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -189,12 +199,14 @@ 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 boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/base.txt
Expand All @@ -221,7 +233,7 @@ twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# requests
Expand All @@ -242,7 +254,7 @@ xblock==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.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
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand Down

0 comments on commit 02e27a9

Please sign in to comment.