Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump flake8 from 6.0.0 to 6.1.0 in /requirements #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 12 additions & 36 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -88,7 +78,7 @@ ipykernel==6.21.3
# qtconsole
ipython==8.11.0
# via
# -r requirements/dev.in
# -r dev.in
# execnb
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
28 changes: 9 additions & 19 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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