diff --git a/docs-requirements.txt b/docs-requirements.txt index 1b7ab40..8615848 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile --output-file=./docs-requirements.txt ./docs-requirements.in # @@ -20,8 +20,6 @@ idna==3.3 # via requests imagesize==1.3.0 # via sphinx -importlib-metadata==4.12.0 - # via sphinx jinja2==3.1.2 # via sphinx markupsafe==2.1.1 @@ -58,5 +56,3 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx urllib3==1.26.9 # via requests -zipp==3.8.0 - # via importlib-metadata diff --git a/requirements.txt b/requirements.txt index 914f6fe..41dcd1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile requirements.in # diff --git a/test-requirements.txt b/test-requirements.txt index 3372c9f..655b349 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command: # # pip-compile --output-file=./test-requirements.txt ./test-requirements.in # @@ -24,8 +24,6 @@ flask==2.1.2 # raven httpbin==0.7.0 # via pytest-httpbin -importlib-metadata==4.12.0 - # via flask iniconfig==1.1.1 # via pytest itsdangerous==2.1.2 @@ -70,13 +68,9 @@ six==1.16.0 structlog==21.5.0 # via -r ./test-requirements.in tomli==2.0.1 - # via - # coverage - # pytest + # via pytest werkzeug==2.0.3 # via # -r ./test-requirements.in # flask # httpbin -zipp==3.8.0 - # via importlib-metadata