Skip to content

Commit

Permalink
Merge pull request #111 from smkent/manage-cookie
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
smkent committed Jan 28, 2024
2 parents 369a4ff + 0350d40 commit 8db702c
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
args: ["--config", "pyproject.toml"]
Expand All @@ -18,7 +18,7 @@ repos:
- id: isort
args: ["--show-config"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.6
rev: 1.7.7
hooks:
- id: bandit
additional_dependencies: ['.[toml]']
Expand Down
Loading

0 comments on commit 8db702c

Please sign in to comment.