diff --git a/requirements/base.txt b/requirements/base.txt index 76de9b3316..30c4ab3968 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -41,7 +41,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 cryptography==43.0.3 # via pyjwt @@ -145,7 +145,7 @@ markupsafe==3.0.2 # jinja2 # mako # xblock -newrelic==10.3.0 +newrelic==10.3.1 # via edx-django-utils openedx-events==9.15.0 # via event-tracking diff --git a/requirements/ci.txt b/requirements/ci.txt index e1bdb03613..9b1c3585e9 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,7 +10,7 @@ chardet==5.2.0 # via tox colorama==0.4.6 # via tox -coverage==7.6.7 +coverage==7.6.8 # via -r requirements/ci.in distlib==0.3.9 # via virtualenv @@ -32,5 +32,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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 1c518de1cb..423c97d617 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -27,7 +27,7 @@ click==8.1.7 # typer click-log==0.4.0 # via edx-lint -code-annotations==1.8.2 +code-annotations==2.0.0 # via edx-lint colorama==0.4.6 # via tox @@ -102,7 +102,7 @@ polib==1.2.0 # via edx-i18n-tools pycodestyle==2.12.1 # via -r requirements/quality.in -pydantic==2.10.1 +pydantic==2.10.2 # via rstcheck-core pydantic-core==2.27.1 # via pydantic @@ -163,7 +163,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # typer -virtualenv==20.27.1 +virtualenv==20.28.0 # via tox -wheel==0.45.0 +wheel==0.45.1 # via -r requirements/dev.in diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index b96ba0b611..48e2dd8657 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 7a0d2f01c7..c7bc784c79 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.45.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/quality.txt b/requirements/quality.txt index 65a352d126..e33b6332f4 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -21,7 +21,7 @@ click==8.1.7 # typer click-log==0.4.0 # via edx-lint -code-annotations==1.8.2 +code-annotations==2.0.0 # via edx-lint dill==0.3.9 # via pylint @@ -53,7 +53,7 @@ platformdirs==4.3.6 # via pylint pycodestyle==2.12.1 # via -r requirements/quality.in -pydantic==2.10.1 +pydantic==2.10.2 # via rstcheck-core pydantic-core==2.27.1 # via pydantic diff --git a/requirements/test.txt b/requirements/test.txt index ba244b3a03..7392a26abc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -35,11 +35,11 @@ charset-normalizer==3.4.0 click-plugins==1.1.1 # via celery # via celery -code-annotations==1.8.2 +code-annotations==2.0.0 # via # -r requirements/test.in # edx-toggles -coverage[toml]==7.6.7 +coverage[toml]==7.6.8 # via pytest-cov cryptography==43.0.3 # via pyjwt @@ -162,7 +162,7 @@ markupsafe==3.0.2 # xblock mock==5.1.0 # via -r requirements/test.in -newrelic==10.3.0 +newrelic==10.3.1 # via edx-django-utils openedx-events==9.15.0 # via event-tracking