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

Merged
merged 1 commit into from
Sep 16, 2024
Merged
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
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.2
platformdirs==4.3.3
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -242,7 +242,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
21 changes: 15 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ certifi==2024.8.30
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
Expand All @@ -47,6 +48,8 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.16
Expand Down Expand Up @@ -97,11 +100,11 @@ fastavro==1.9.7
# via
# -r requirements/test.txt
# openedx-events
idna==3.8
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
Expand All @@ -115,6 +118,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 @@ -186,7 +193,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -218,8 +225,10 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -268,11 +277,11 @@ typing-extensions==4.12.2
# -r requirements/test.txt
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
walrus==0.9.4
# via -r requirements/test.txt
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
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
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via
Expand Down Expand Up @@ -159,7 +159,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
Expand Down