Skip to content

Commit

Permalink
Bump flake8 from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0.
- [Commits](PyCQA/flake8@6.0.0...6.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent c27e828 commit 0c77fc2
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ django==4.2.3
# django-debug-toolbar
django-debug-toolbar==4.1.0
# via -r requirements/dev.in
exceptiongroup==1.1.2
# via
# -c requirements/base.txt
# anyio
# pytest
executing==1.2.0
# via stack-data
factory-boy==3.3.0
Expand All @@ -67,7 +62,7 @@ faker==19.2.0
# via factory-boy
filelock==3.12.2
# via virtualenv
flake8==6.0.0
flake8==6.1.0
# via
# -r requirements/dev.in
# flake8-isort
Expand All @@ -77,14 +72,26 @@ h11==0.14.0
# via
# -c requirements/base.txt
# httpcore
h2==4.1.0
# via
# -c requirements/base.txt
# httpx
hpack==4.0.0
# via
# -c requirements/base.txt
# h2
httpcore==0.17.3
# via
# -c requirements/base.txt
# httpx
httpx==0.24.1
httpx[http2]==0.24.1
# via
# -c requirements/base.txt
# pytest-httpx
hyperframe==6.0.1
# via
# -c requirements/base.txt
# h2
identify==2.5.26
# via pre-commit
idna==3.4
Expand Down Expand Up @@ -156,9 +163,9 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pygments==2.15.1
# via ipython
Expand Down Expand Up @@ -197,7 +204,6 @@ pyyaml==6.0.1
six==1.16.0
# via
# -c requirements/base.txt
# asttokens
# python-dateutil
sniffio==1.3.0
# via
Expand All @@ -212,26 +218,12 @@ sqlparse==0.4.4
# django-debug-toolbar
stack-data==0.6.2
# via ipython
tomli==2.0.1
# via
# black
# build
# ipdb
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via
# -c requirements/base.txt
# asgiref
# astroid
virtualenv==20.24.2
# via pre-commit
watchdog==3.0.0
Expand Down

0 comments on commit 0c77fc2

Please sign in to comment.