Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Updated project dependencies via `poetry update`:

Package operations: 0 installs, 13 updates, 0 removals

- Updating markupsafe (2.1.3 -> 2.1.4)
- Updating trio (0.23.2 -> 0.24.0)
- Updating jinja2 (3.1.2 -> 3.1.3)
- Updating pluggy (1.3.0 -> 1.4.0)
- Updating python-slugify (8.0.1 -> 8.0.2)
- Updating coverage (7.4.0 -> 7.4.1)
- Updating gitpython (3.1.40 -> 3.1.41)
- Updating python-dotenv (1.0.0 -> 1.0.1)
- Updating pytest (7.4.4 -> 8.0.0)
- Updating selenium (4.16.0 -> 4.17.2)
- Updating bandit (1.7.6 -> 1.7.7)
- Updating black (23.12.1 -> 24.1.1)
- Updating types-requests (2.31.0.20240106 -> 2.31.0.20240125)

Writing lock file
  • Loading branch information
smkent committed Jan 28, 2024
1 parent 369a4ff commit 0350d40
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 0350d40

Please sign in to comment.