Skip to content

Commit

Permalink
Bump pycodestyle from 2.11.0 to 2.11.1
Browse files Browse the repository at this point in the history
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.11.0...2.11.1)

---
updated-dependencies:
- dependency-name: pycodestyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Nov 1, 2023
1 parent 13714d6 commit 40ec9a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
# backports-zoneinfo
# celery
# kombu
billiard==4.1.0
Expand Down Expand Up @@ -63,6 +64,7 @@ click-repl==0.2.0
coverage[toml]==7.3.1
# via
# -r requirements/tests.txt
# coverage
# pytest-cov
dill==0.3.6
# via pylint
Expand Down Expand Up @@ -149,7 +151,7 @@ prompt-toolkit==3.0.32
# -r requirements/functests.txt
# -r requirements/tests.txt
# click-repl
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/lint.in
pydocstyle==6.3.0
# via -r requirements/lint.in
Expand Down

0 comments on commit 40ec9a4

Please sign in to comment.