diff --git a/requirements/dev.txt b/requirements/dev.txt index 723c1b1..582af35 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,10 +6,6 @@ # anyio==3.6.2 # via jupyter-server -appnope==0.1.3 - # via - # ipykernel - # ipython argon2-cffi==21.3.0 # via # jupyter-server @@ -32,7 +28,7 @@ backcall==0.2.0 beautifulsoup4==4.12.1 # via nbconvert black==23.3.0 - # via -r requirements/dev.in + # via -r dev.in bleach==6.0.0 # via nbconvert build==0.10.0 @@ -62,8 +58,8 @@ fastcore==1.5.29 # nbdev fastjsonschema==2.16.3 # via nbformat -flake8==6.0.0 - # via -r requirements/dev.in +flake8==6.1.0 + # via -r dev.in fqdn==1.5.1 # via jsonschema ghapi==1.0.3 @@ -72,12 +68,6 @@ idna==3.4 # via # anyio # jsonschema -importlib-metadata==6.1.0 - # via - # jupyter-client - # nbconvert -importlib-resources==5.12.0 - # via jsonschema ipykernel==6.21.3 # via # ipywidgets @@ -88,7 +78,7 @@ ipykernel==6.21.3 # qtconsole ipython==8.11.0 # via - # -r requirements/dev.in + # -r dev.in # execnb # ipykernel # ipywidgets @@ -117,7 +107,7 @@ jsonschema[format-nongpl]==4.17.3 # jupyter-events # nbformat jupyter==1.0.0 - # via -r requirements/dev.in + # via -r dev.in jupyter-client==8.1.0 # via # ipykernel @@ -131,7 +121,7 @@ jupyter-console==6.6.3 # via jupyter jupyter-core==5.3.0 # via - # -r requirements/dev.in + # -r dev.in # ipykernel # jupyter-client # jupyter-console @@ -167,7 +157,7 @@ mccabe==0.7.0 mistune==2.0.5 # via nbconvert mypy==1.1.1 - # via -r requirements/dev.in + # via -r dev.in mypy-extensions==1.0.0 # via # black @@ -183,7 +173,7 @@ nbconvert==7.2.10 # nbclassic # notebook nbdev==2.3.12 - # via -r requirements/dev.in + # via -r dev.in nbformat==5.8.0 # via # jupyter-server @@ -222,9 +212,7 @@ pexpect==4.8.0 pickleshare==0.7.5 # via ipython pip-tools==6.12.3 - # via -r requirements/dev.in -pkgutil-resolve-name==1.3.10 - # via jsonschema + # via -r dev.in platformdirs==3.1.1 # via # black @@ -246,11 +234,11 @@ ptyprocess==0.7.0 # terminado pure-eval==0.2.2 # via stack-data -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via flake8 pycparser==2.21 # via cffi -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 pygments==2.14.0 # via @@ -319,12 +307,6 @@ terminado==0.17.1 # notebook tinycss2==1.2.1 # via nbconvert -tomli==2.0.1 - # via - # black - # build - # mypy - # pyproject-hooks tornado==6.2 # via # ipykernel @@ -352,9 +334,7 @@ traitlets==5.9.0 # notebook # qtconsole typing-extensions==4.5.0 - # via - # black - # mypy + # via mypy uri-template==1.2.0 # via jsonschema watchdog==2.3.1 @@ -375,10 +355,6 @@ wheel==0.40.0 # pip-tools widgetsnbextension==4.0.7 # via ipywidgets -zipp==3.15.0 - # via - # importlib-metadata - # importlib-resources # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/test.txt b/requirements/test.txt index ac3a29c..de397db 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,23 +7,21 @@ attrs==22.2.0 # via pytest black==23.3.0 - # via -r requirements/test.in + # via -r test.in click==8.1.3 # via - # -r requirements/test.in + # -r test.in # black coverage[toml]==7.2.2 # via pytest-cov -exceptiongroup==1.1.1 - # via pytest -flake8==6.0.0 - # via -r requirements/test.in +flake8==6.1.0 + # via -r test.in iniconfig==2.0.0 # via pytest mccabe==0.7.0 # via flake8 mypy==1.1.1 - # via -r requirements/test.in + # via -r test.in mypy-extensions==1.0.0 # via # black @@ -38,21 +36,13 @@ platformdirs==3.1.1 # via black pluggy==1.0.0 # via pytest -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via flake8 -pyflakes==3.0.1 +pyflakes==3.1.0 # via flake8 pytest==7.2.2 # via pytest-cov pytest-cov==4.0.0 - # via -r requirements/test.in -tomli==2.0.1 - # via - # black - # coverage - # mypy - # pytest + # via -r test.in typing-extensions==4.5.0 - # via - # black - # mypy + # via mypy