diff --git a/requirements/pip.txt b/requirements/pip.txt index 71954cc..6665603 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.42.0 # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via -r requirements/pip.in -setuptools==69.1.0 +setuptools==69.1.1 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index fc660c4..42b23c1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # make upgrade # -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery @@ -17,7 +17,7 @@ click-log==0.4.0 # via edx-lint code-annotations==1.6.0 # via edx-lint -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov dill==0.3.8 # via pylint @@ -43,7 +43,7 @@ platformdirs==4.2.0 # via pylint pluggy==1.4.0 # via pytest -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -57,7 +57,7 @@ pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==8.0.1 +pytest==8.0.2 # via pytest-cov pytest-cov==4.1.0 # via -r requirements/test.in @@ -67,7 +67,7 @@ pyyaml==6.0.1 # via code-annotations six==1.16.0 # via edx-lint -stevedore==5.1.0 +stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -78,7 +78,7 @@ tomli==2.0.1 # pytest tomlkit==0.12.3 # via pylint -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # astroid # pylint