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

Merged
merged 1 commit into from
Mar 13, 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 @@ -98,7 +98,7 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -145,7 +145,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
openedx-events==9.5.2
# via event-tracking
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# rstcheck
# rstcheck-core
Expand All @@ -81,7 +81,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -106,7 +106,7 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.3
pydantic==2.6.4
# via rstcheck-core
pydantic-core==2.16.3
# via pydantic
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/dev.in
typer[all]==0.9.0
# via rstcheck
Expand All @@ -181,7 +181,7 @@ typing-extensions==4.10.0
# typer
virtualenv==20.25.1
# via tox
wheel==0.42.0
wheel==0.43.0
# via -r requirements/dev.in
zipp==3.17.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -25,7 +25,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.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.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==7.0.1
importlib-metadata==7.0.2
# via
# rstcheck
# rstcheck-core
Expand All @@ -61,7 +61,7 @@ platformdirs==4.2.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.6.3
pydantic==2.6.4
# via rstcheck-core
pydantic-core==2.16.3
# via pydantic
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ django-webpack-loader==0.7.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -161,11 +161,11 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
openedx-events==9.5.2
# via event-tracking
packaging==23.2
packaging==24.0
# via pytest
path==16.10.0
# via edx-i18n-tools
Expand Down Expand Up @@ -194,7 +194,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.0.2
pytest==8.1.1
# via
# pytest-cov
# pytest-django
Expand Down
Loading