Skip to content

Commit

Permalink
Bump flake8-bugbear from 23.1.20 to 23.2.13 (#828)
Browse files Browse the repository at this point in the history
* Bump flake8-bugbear from 23.1.20 to 23.2.13

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.20 to 23.2.13.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@23.1.20...23.2.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update redis_storage.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <aa6bs0@sambull.org>
  • Loading branch information
dependabot[bot] and Dreamsorcerer committed Feb 14, 2023
1 parent 7932204 commit 4743af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp_session/redis_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
else:
import warnings
warnings.warn("aioredis library is deprecated, please replace with redis.",
DeprecationWarning)
DeprecationWarning, stacklevel=1)
REDIS_VERSION = (4, 3)


Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

flake8==6.0.0
flake8-bandit==4.1.1
flake8-bugbear==23.1.20
flake8-bugbear==23.2.13
flake8-import-order==0.18.2
flake8-requirements==1.7.7
mypy==1.0.0
Expand Down

0 comments on commit 4743af2

Please sign in to comment.