diff --git a/requirements/pip.txt b/requirements/pip.txt index 3e7d8f4..9014f2c 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.41.2 +wheel==0.41.3 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==23.2.1 +pip==23.3.1 # via -r requirements/pip.in setuptools==68.2.2 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index fed3370..449e80a 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.2 +wheel==0.41.3 # via pip-tools zipp==3.17.0 # via importlib-metadata diff --git a/requirements/test.txt b/requirements/test.txt index 3cdd828..7655d4e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # make upgrade # -astroid==2.15.8 +astroid==3.0.1 # via # pylint # pylint-celery @@ -18,10 +18,12 @@ click-log==0.4.0 code-annotations==1.5.0 # via edx-lint coverage[toml]==7.3.2 - # via pytest-cov + # via + # coverage + # pytest-cov dill==0.3.7 # via pylint -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/test.in exceptiongroup==1.1.3 # via pytest @@ -31,8 +33,6 @@ isort==5.12.0 # via pylint jinja2==3.1.2 # via code-annotations -lazy-object-proxy==1.9.0 - # via astroid markupsafe==2.1.3 # via jinja2 mccabe==0.7.0 @@ -45,7 +45,7 @@ platformdirs==3.11.0 # via pylint pluggy==1.3.0 # via pytest -pylint==2.17.7 +pylint==3.0.2 # via # edx-lint # pylint-celery @@ -53,13 +53,13 @@ pylint==2.17.7 # pylint-plugin-utils pylint-celery==0.3 # via edx-lint -pylint-django==2.5.3 +pylint-django==2.5.5 # via edx-lint pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -pytest==7.4.2 +pytest==7.4.3 # via pytest-cov pytest-cov==4.1.0 # via -r requirements/test.in @@ -84,5 +84,3 @@ typing-extensions==4.8.0 # via # astroid # pylint -wrapt==1.15.0 - # via astroid