diff --git a/requirements/build.txt b/requirements/build.txt index 846c1242..9d69437f 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/build.in @@ -75,15 +75,11 @@ idna==3.7 # requests # tldextract importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster importlib-resources==6.4.0 # via # -r requirements/requirements.txt # checkmatelib - # jsonschema - # jsonschema-specifications jinja2==3.1.3 # via # -r requirements/requirements.txt @@ -117,9 +113,7 @@ pip-tools==7.4.1 # -r requirements/build.in # pip-sync-faster pkgutil-resolve-name==1.3.10 - # via - # -r requirements/requirements.txt - # jsonschema + # via -r requirements/requirements.txt portalocker==2.8.2 # via # -r requirements/requirements.txt @@ -211,11 +205,6 @@ tldextract==5.1.1 # certauth # pywb # surt -tomli==2.0.1 - # via - # build - # pip-tools - # pyproject-hooks ua-parser==0.18.0 # via # -r requirements/requirements.txt @@ -261,7 +250,6 @@ zipp==3.17.0 # via # -r requirements/requirements.txt # importlib-metadata - # importlib-resources zope-event==5.0 # via # -r requirements/requirements.txt diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index 277bafcd..9c8dbc94 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/checkformatting.in @@ -13,9 +13,7 @@ click==8.1.7 # black # pip-tools importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster isort==5.13.2 # via -r requirements/checkformatting.in mypy-extensions==1.0.0 @@ -38,14 +36,6 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -tomli==2.0.1 - # via - # black - # build - # pip-tools - # pyproject-hooks -typing-extensions==4.9.0 - # via black wheel==0.42.0 # via pip-tools zipp==3.17.0 diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 1aa5fda4..8c8d5331 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/coverage.in @@ -11,9 +11,7 @@ click==8.1.7 coverage==7.5.0 # via -r requirements/coverage.in importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster packaging==23.2 # via build pip-sync-faster==0.0.3 @@ -26,11 +24,6 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -tomli==2.0.1 - # via - # build - # pip-tools - # pyproject-hooks wheel==0.42.0 # via pip-tools zipp==3.17.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index ffe3cd5d..34891998 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/dev.in @@ -85,15 +85,11 @@ idna==3.7 # requests # tldextract importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster importlib-resources==6.4.0 # via # -r requirements/requirements.txt # checkmatelib - # jsonschema - # jsonschema-specifications ipdb==0.13.13 # via -r requirements/dev.in ipython==8.12.3 @@ -142,10 +138,6 @@ pip-tools==7.4.1 # via # -r requirements/dev.in # pip-sync-faster -pkgutil-resolve-name==1.3.10 - # via - # -r requirements/requirements.txt - # jsonschema portalocker==2.8.2 # via # -r requirements/requirements.txt @@ -250,18 +242,10 @@ tldextract==5.1.1 # certauth # pywb # surt -tomli==2.0.1 - # via - # build - # ipdb - # pip-tools - # pyproject-hooks traitlets==5.14.1 # via # ipython # matplotlib-inline -typing-extensions==4.9.0 - # via ipython ua-parser==0.18.0 # via # -r requirements/requirements.txt @@ -304,10 +288,7 @@ wsgiprox==1.5.2 # -r requirements/requirements.txt # pywb zipp==3.17.0 - # via - # -r requirements/requirements.txt - # importlib-metadata - # importlib-resources + # via importlib-metadata zope-event==5.0 # via # -r requirements/requirements.txt diff --git a/requirements/format.txt b/requirements/format.txt index 6799dd6c..00e5ae68 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/format.in @@ -13,9 +13,7 @@ click==8.1.7 # black # pip-tools importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster isort==5.13.2 # via -r requirements/format.in mypy-extensions==1.0.0 @@ -38,14 +36,6 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -tomli==2.0.1 - # via - # black - # build - # pip-tools - # pyproject-hooks -typing-extensions==4.9.0 - # via black wheel==0.42.0 # via pip-tools zipp==3.17.0 diff --git a/requirements/functests.txt b/requirements/functests.txt index dbf3ffaa..63481121 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/functests.in @@ -52,8 +52,6 @@ ecdsa==0.18.0 # via # -r requirements/requirements.txt # python-jose -exceptiongroup==1.2.0 - # via pytest fakeredis==0.16.0 # via # -r requirements/requirements.txt @@ -81,15 +79,11 @@ idna==3.7 # requests # tldextract importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster importlib-resources==6.4.0 # via # -r requirements/requirements.txt # checkmatelib - # jsonschema - # jsonschema-specifications iniconfig==2.0.0 # via pytest jinja2==3.1.3 @@ -126,10 +120,6 @@ pip-tools==7.4.1 # via # -r requirements/functests.in # pip-sync-faster -pkgutil-resolve-name==1.3.10 - # via - # -r requirements/requirements.txt - # jsonschema pluggy==1.5.0 # via pytest portalocker==2.8.2 @@ -227,12 +217,6 @@ tldextract==5.1.1 # certauth # pywb # surt -tomli==2.0.1 - # via - # build - # pip-tools - # pyproject-hooks - # pytest ua-parser==0.18.0 # via # -r requirements/requirements.txt @@ -278,10 +262,7 @@ wsgiprox==1.5.2 # -r requirements/requirements.txt # pywb zipp==3.17.0 - # via - # -r requirements/requirements.txt - # importlib-metadata - # importlib-resources + # via importlib-metadata zope-event==5.0 # via # -r requirements/requirements.txt diff --git a/requirements/lint.txt b/requirements/lint.txt index ef10ba16..8b79ad7e 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/lint.in @@ -75,10 +75,6 @@ ecdsa==0.18.0 # -r requirements/requirements.txt # -r requirements/tests.txt # python-jose -exceptiongroup==1.2.0 - # via - # -r requirements/tests.txt - # pytest fakeredis==0.16.0 # via # -r requirements/requirements.txt @@ -117,15 +113,12 @@ idna==3.7 importlib-metadata==7.0.1 # via # -r requirements/tests.txt - # build # pip-sync-faster importlib-resources==6.4.0 # via # -r requirements/requirements.txt # -r requirements/tests.txt # checkmatelib - # jsonschema - # jsonschema-specifications iniconfig==2.0.0 # via # -r requirements/tests.txt @@ -179,11 +172,6 @@ pip-tools==7.4.1 # -r requirements/lint.in # -r requirements/tests.txt # pip-sync-faster -pkgutil-resolve-name==1.3.10 - # via - # -r requirements/requirements.txt - # -r requirements/tests.txt - # jsonschema platformdirs==4.1.0 # via pylint pluggy==1.5.0 @@ -315,20 +303,8 @@ tldextract==5.1.1 # certauth # pywb # surt -tomli==2.0.1 - # via - # -r requirements/tests.txt - # build - # pip-tools - # pylint - # pyproject-hooks - # pytest tomlkit==0.12.3 # via pylint -typing-extensions==4.9.0 - # via - # astroid - # pylint ua-parser==0.18.0 # via # -r requirements/requirements.txt @@ -391,10 +367,8 @@ wsgiprox==1.5.2 # pywb zipp==3.17.0 # via - # -r requirements/requirements.txt # -r requirements/tests.txt # importlib-metadata - # importlib-resources zope-event==5.0 # via # -r requirements/requirements.txt diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 7cc927d3..1c6a22ad 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/requirements.in @@ -52,8 +52,6 @@ importlib-resources==6.4.0 # via # -r requirements/requirements.in # checkmatelib - # jsonschema - # jsonschema-specifications jinja2==3.1.3 # via pywb jsonschema==4.20.0 @@ -69,8 +67,6 @@ netaddr==0.10.1 # via checkmatelib newrelic==9.8.0 # via -r requirements/requirements.in -pkgutil-resolve-name==1.3.10 - # via jsonschema portalocker==2.8.2 # via pywb py3amf==0.8.11 @@ -153,8 +149,6 @@ whitenoise==6.6.0 # via -r requirements/requirements.in wsgiprox==1.5.2 # via pywb -zipp==3.17.0 - # via importlib-resources zope-event==5.0 # via gevent zope-interface==6.1 diff --git a/requirements/tests.txt b/requirements/tests.txt index cb525533..7373a5b6 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe requirements/tests.in @@ -54,8 +54,6 @@ ecdsa==0.18.0 # via # -r requirements/requirements.txt # python-jose -exceptiongroup==1.2.0 - # via pytest fakeredis==0.16.0 # via # -r requirements/requirements.txt @@ -85,15 +83,11 @@ idna==3.7 # requests # tldextract importlib-metadata==7.0.1 - # via - # build - # pip-sync-faster + # via pip-sync-faster importlib-resources==6.4.0 # via # -r requirements/requirements.txt # checkmatelib - # jsonschema - # jsonschema-specifications iniconfig==2.0.0 # via pytest jinja2==3.1.3 @@ -130,10 +124,6 @@ pip-tools==7.4.1 # via # -r requirements/tests.in # pip-sync-faster -pkgutil-resolve-name==1.3.10 - # via - # -r requirements/requirements.txt - # jsonschema pluggy==1.5.0 # via pytest portalocker==2.8.2 @@ -231,12 +221,6 @@ tldextract==5.1.1 # certauth # pywb # surt -tomli==2.0.1 - # via - # build - # pip-tools - # pyproject-hooks - # pytest ua-parser==0.18.0 # via # -r requirements/requirements.txt @@ -282,10 +266,7 @@ wsgiprox==1.5.2 # -r requirements/requirements.txt # pywb zipp==3.17.0 - # via - # -r requirements/requirements.txt - # importlib-metadata - # importlib-resources + # via importlib-metadata zope-event==5.0 # via # -r requirements/requirements.txt