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

Merged
merged 1 commit into from
Jan 31, 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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.0
cryptography==42.0.1
# via pyjwt
django==3.2.23
# via
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.1.2
edx-drf-extensions==10.1.0
# via
# -r requirements/base.in
# edx-when
Expand All @@ -119,13 +119,13 @@ kombu==5.3.5
# via celery
lxml==5.1.0
# via xblock
mako==1.3.1
mako==1.3.2
# via xblock
markupsafe==2.1.4
# via
# mako
# xblock
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -157,7 +157,7 @@ python-dateutil==2.8.2
# xblock
python-ipware==2.0.1
# via django-ipware
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.in
# django
Expand Down Expand Up @@ -199,7 +199,7 @@ tzdata==2023.4
# via
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via requests
vine==5.1.0
# via
Expand All @@ -212,7 +212,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.9.1
xblock==1.10.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
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.4.0
coverage==7.4.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -26,7 +26,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ colorama==0.4.6
# typer
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -96,17 +96,17 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# diff-cover
# tox
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.3
pydantic==2.6.0
# via rstcheck-core
pydantic-core==2.14.6
pydantic-core==2.16.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -130,9 +130,9 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-api==1.6.1
# via tox
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via django
pyyaml==6.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
dill==0.3.7
dill==0.3.8
# via pylint
django==3.2.23
# via
Expand Down Expand Up @@ -59,9 +59,9 @@ platformdirs==4.1.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.3
pydantic==2.6.0
# via rstcheck-core
pydantic-core==2.14.6
pydantic-core==2.16.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -81,9 +81,9 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via django
pyyaml==6.0.1
# via code-annotations
Expand Down
24 changes: 12 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cryptography==42.0.0
cryptography==42.0.1
# via pyjwt
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.1.2
edx-drf-extensions==10.1.0
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -138,7 +138,7 @@ lxml==5.1.0
# via
# edx-i18n-tools
# xblock
mako==1.3.1
mako==1.3.2
# via xblock
markupsafe==2.1.4
# via
Expand All @@ -147,15 +147,15 @@ markupsafe==2.1.4
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
packaging==23.2
# via pytest
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pluggy==1.3.0
pluggy==1.4.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
Expand All @@ -179,14 +179,14 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.4
pytest==8.0.0
# via
# pytest-cov
# pytest-django
# pytest-xdist
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
pytest-xdist==3.5.0
# via -r requirements/test.in
Expand All @@ -198,9 +198,9 @@ python-dateutil==2.8.2
# xblock
python-ipware==2.0.1
# via django-ipware
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.in
# django
Expand Down Expand Up @@ -259,7 +259,7 @@ tzdata==2023.4
# via
# backports-zoneinfo
# celery
urllib3==2.1.0
urllib3==2.2.0
# via
# requests
# responses
Expand All @@ -273,7 +273,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.9.1
xblock==1.10.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading