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

Merged
merged 1 commit into from
Dec 1, 2023
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
16 changes: 9 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# event-tracking
Expand All @@ -42,7 +42,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.5
cryptography==41.0.7
# via pyjwt
django==3.2.23
# via
Expand All @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.2
django-ipware==6.0.0
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand All @@ -88,13 +88,13 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# edx-drf-extensions
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -111,7 +111,7 @@ event-tracking==2.2.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
idna==3.4
idna==3.6
# via requests
jsonfield==3.1.0
# via -r requirements/base.in
Expand Down Expand Up @@ -155,6 +155,8 @@ python-dateutil==2.8.2
# -r requirements/base.in
# celery
# xblock
python-ipware==2.0.0
# via django-ipware
pytz==2023.3.post1
# via
# -r requirements/base.in
Expand Down Expand Up @@ -204,7 +206,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.11
wcwidth==0.2.12
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.5
celery==5.3.6
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.1
pydantic==2.5.2
# via rstcheck-core
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.1
pygments==2.17.2
# via
# diff-cover
# rich
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/dev.in
typer[all]==0.9.0
# via
Expand All @@ -182,9 +182,9 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
wheel==0.41.3
wheel==0.42.0
# via -r requirements/dev.in
zipp==3.17.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
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.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ platformdirs==3.11.0
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.1
pydantic==2.5.2
# via rstcheck-core
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.1
pygments==2.17.2
# via rich
pylint==3.0.2
# via
Expand Down
14 changes: 8 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via pyjwt
ddt==1.7.0
# via -r requirements/test.in
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.2
django-ipware==6.0.0
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand All @@ -90,13 +90,13 @@ django-webpack-loader==0.7.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.8.0
edx-django-utils==5.9.0
# via
# edx-drf-extensions
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==8.13.1
edx-drf-extensions==9.0.0
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -125,7 +125,7 @@ httmock==1.4.0
# via -r requirements/test.in
httpretty==1.1.4
# via -r requirements/test.in
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
# via logilab-common
Expand Down Expand Up @@ -202,6 +202,8 @@ python-dateutil==2.8.2
# celery
# freezegun
# xblock
python-ipware==2.0.0
# via django-ipware
python-slugify==8.0.1
# via code-annotations
pytz==2023.3.post1
Expand Down Expand Up @@ -272,7 +274,7 @@ urllib3==2.1.0
# amqp
# celery
# kombu
wcwidth==0.2.11
wcwidth==0.2.12
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
Loading