Skip to content

Commit

Permalink
chore(deps): 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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 0444ae5 commit ae39173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==23.7.0
# via -r requirements.dev.in
click==8.1.5
# via black
flake8==6.0.0
flake8==6.1.0
# via -r requirements.dev.in
isort==5.12.0
# via -r requirements.dev.in
Expand All @@ -22,7 +22,7 @@ pathspec==0.11.1
# via black
platformdirs==3.9.1
# via black
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exceptiongroup==1.1.2
# via trio-websocket
fabric3==1.14.post1
# via -r requirements.in
flake8==6.0.0
flake8==6.1.0
# via -r requirements.in
fonttools==4.41.0
# via matplotlib
Expand Down Expand Up @@ -274,13 +274,13 @@ pyasn1==0.5.0
# rsa
pyasn1-modules==0.3.0
# via google-auth
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
pydata-google-auth==1.8.1
# via pandas-gbq
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pynacl==1.5.0
# via paramiko
Expand Down

0 comments on commit ae39173

Please sign in to comment.