Skip to content

Commit 9e52fa1

Browse files
authored
Merge pull request #103 from smkent/manage-cookie
Update dependencies
2 parents 9313b3e + 36078ed commit 9e52fa1

2 files changed

Lines changed: 241 additions & 241 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 24.1.1
12+
rev: 24.2.0
1313
hooks:
1414
- id: black
1515
args: ["--config", "pyproject.toml"]
@@ -35,11 +35,11 @@ repos:
3535
- flake8-simplify
3636
- pep8-naming
3737
- repo: https://github.com/pycqa/autoflake
38-
rev: v2.2.1
38+
rev: v2.3.0
3939
hooks:
4040
- id: autoflake
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.15.0
42+
rev: v3.15.1
4343
hooks:
4444
- id: pyupgrade
4545
args: ["--keep-runtime-typing"]

0 commit comments

Comments
 (0)