Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Nov 30, 2022
1 parent cbad949 commit 5c487d0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages:
- push
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand Down Expand Up @@ -69,11 +69,10 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
[
additional_dependencies: [
"flake8-bugbear",
"flake8-comprehensions",
"flake8-future-annotations",
Expand All @@ -86,7 +85,9 @@ repos:
"flake8-noqa",
"flake8-return",
"flake8-secure-coding-standard",
"flake8-eradicate",
# https://github.com/wemake-services/flake8-eradicate/issues/269
# https://github.com/wemake-services/flake8-broken-line/pull/280
# "flake8-eradicate",
"flake8-encodings",
"flake8-use-fstring",
"flake8-use-pathlib",
Expand Down
2 changes: 1 addition & 1 deletion dev.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgi-lifespan == 2.0.0
coverage[toml] == 6.5.0; python_version < '3.11'
coverage == 6.5.0; python_version >= '3.11'
cryptography == 38.0.3
cryptography == 38.0.4
pytest == 7.2.0
pytest-asyncio == 0.20.2
pytest-dotenv == 0.5.2
Expand Down
2 changes: 1 addition & 1 deletion docs.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mkdocs-literate-nav == 0.5.0
mkdocs-material == 8.5.10
mkdocs-section-index == 0.3.4
mkdocstrings[python] == 0.19.0
pymdown-extensions == 9.8
pymdown-extensions == 9.9
49 changes: 25 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c487d0

Please sign in to comment.