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

Closed
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-toggles
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
django==4.2.16
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand All @@ -159,7 +159,7 @@ pycparser==2.22
# via cffi
pycryptodomex==3.21.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.in
# drf-jwt
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.7
coverage==7.6.8
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -102,7 +102,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.2
# via rstcheck-core
pydantic-core==2.27.1
# via pydantic
Expand All @@ -112,7 +112,7 @@ pygments==2.18.0
# via
# diff-cover
# rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -156,14 +156,14 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/dev.in
typer==0.13.1
typer==0.14.0
# via rstcheck
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# typer
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.45.0
wheel==0.45.1
# via -r requirements/dev.in
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -53,15 +53,15 @@ platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.2
# via rstcheck-core
pydantic-core==2.27.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -99,7 +99,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
typer==0.13.1
typer==0.14.0
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ charset-normalizer==3.4.0
click-plugins==1.1.1
# via celery
# via celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -94,7 +94,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
# via
Expand Down Expand Up @@ -162,7 +162,7 @@ markupsafe==3.0.2
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
Expand All @@ -183,7 +183,7 @@ pycparser==2.22
# via cffi
pycryptodomex==3.21.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.in
# drf-jwt
Expand All @@ -195,7 +195,7 @@ pymongo==4.4.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand Down
Loading