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

Merged
merged 1 commit into from
Dec 2, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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
django==4.2.16
# via
Expand Down Expand Up @@ -84,7 +84,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
oauthlib==3.2.2
# via requests-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -216,7 +216,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# black
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -285,7 +285,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -322,7 +322,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -422,7 +422,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
Expand Down
19 changes: 9 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -142,9 +142,7 @@ idna==3.10
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -196,11 +194,11 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
oauthlib==3.2.2
# via
Expand All @@ -216,11 +214,12 @@ packaging==24.2
# build
# pytest
# sphinx
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
pluggy==1.5.0
# via
Expand Down Expand Up @@ -258,7 +257,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -365,7 +364,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
twine==5.1.1
twine==6.0.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -167,7 +167,7 @@ model-bakery==1.20.0
# django-mock-queries
mypy-extensions==1.0.0
# via black
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -214,7 +214,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -236,7 +236,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -137,7 +137,7 @@ markupsafe==3.0.2
# xblock
model-bakery==1.20.0
# via django-mock-queries
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -177,7 +177,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# pytest-cov
# pytest-django
Expand Down
Loading