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

Python Requirements Update #1201

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
42 changes: 21 additions & 21 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.5
# via pyjwt
Expand All @@ -72,9 +72,9 @@ django-crum==0.7.9
# -r requirements/base.in
# edx-django-utils
# edx-toggles
django-ipware==6.0.4
django-ipware==6.0.5
# via -r requirements/base.in
django-model-utils==4.4.0
django-model-utils==4.5.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -99,15 +99,15 @@ djangorestframework==3.15.1
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.11.0
edx-django-utils==5.12.0
# via
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
# edx-when
# event-tracking
# openedx-events
edx-drf-extensions==10.2.0
edx-drf-extensions==10.3.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -117,46 +117,46 @@ edx-opaque-keys[django]==2.5.1
# edx-drf-extensions
# edx-when
# openedx-events
edx-rest-api-client==5.6.1
edx-rest-api-client==5.7.0
# via -r requirements/base.in
edx-toggles==5.1.1
edx-toggles==5.2.0
# via event-tracking
edx-when==2.4.0
edx-when==2.5.0
# via -r requirements/base.in
event-tracking==2.3.1
event-tracking==2.4.0
# via -r requirements/base.in
fastavro==1.9.4
# via openedx-events
fs==2.4.16
# via xblock
idna==3.6
idna==3.7
# via requests
jinja2==3.1.3
# via code-annotations
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.3.5
kombu==5.3.7
# via celery
lxml==5.1.0
lxml==5.2.1
# via xblock
mako==1.3.2
mako==1.3.3
# via xblock
markupsafe==2.1.5
# via
# jinja2
# mako
# xblock
newrelic==9.7.1
newrelic==9.8.0
# via edx-django-utils
openedx-events==9.5.2
openedx-events==9.9.1
# via event-tracking
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
pycparser==2.22
# via cffi
pycryptodomex==3.20.0
# via -r requirements/base.in
Expand All @@ -177,7 +177,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.in
# celery
# xblock
python-ipware==2.0.2
python-ipware==2.0.3
# via django-ipware
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -208,7 +208,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand All @@ -217,7 +217,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
Expand All @@ -235,11 +235,11 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
web-fragments==2.1.0
web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==3.0.0
xblock==3.1.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ celery==5.3.6
click==8.1.7
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.3.5
kombu==5.3.7
prompt-toolkit==3.0.43
vine==5.1.0
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.4.4
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
26 changes: 12 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via
# tox
# typer
diff-cover==8.0.3
# via tox
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via pylint
Expand All @@ -49,13 +47,13 @@ django==4.2.11
# edx-i18n-tools
docutils==0.20.1
# via rstcheck-core
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand All @@ -72,7 +70,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
lxml==5.1.0
lxml==5.2.1
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
Expand All @@ -86,7 +84,7 @@ packaging==24.0
# via
# pyproject-api
# tox
path==16.10.0
path==16.14.0
# via
# edx-i18n-tools
# path-py
Expand All @@ -107,9 +105,9 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.4
pydantic==2.7.0
# via rstcheck-core
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -151,7 +149,7 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via code-annotations
Expand All @@ -166,9 +164,9 @@ tomlkit==0.12.4
# via pylint
tox==4.14.2
# via -r requirements/dev.in
typer[all]==0.10.0
typer[all]==0.12.3
# via rstcheck
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via
Expand Down
14 changes: 6 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via typer
dill==0.3.8
# via pylint
django==4.2.11
Expand Down Expand Up @@ -62,9 +60,9 @@ platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.4
pydantic==2.7.0
# via rstcheck-core
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -100,7 +98,7 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via code-annotations
Expand All @@ -110,9 +108,9 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.4
# via pylint
typer[all]==0.10.0
typer[all]==0.12.3
# via rstcheck
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# asgiref
Expand Down
Loading
Loading