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, 25 updates, 0 removals

- Updating certifi (2023.7.22 -> 2023.11.17)
- Updating idna (3.4 -> 3.6)
- Updating pygments (2.16.1 -> 2.17.2)
- Updating types-python-dateutil (2.8.19.14 -> 2.8.19.20240106)
- Updating typing-extensions (4.8.0 -> 4.9.0)
- Updating urllib3 (2.0.7 -> 2.1.0)
- Updating distlib (0.3.7 -> 0.3.8)
- Updating exceptiongroup (1.1.3 -> 1.2.0)
- Updating pbr (5.11.1 -> 6.0.0)
- Updating platformdirs (3.11.0 -> 4.1.0)
- Updating rich (13.6.0 -> 13.7.0)
- Updating setuptools (68.2.2 -> 69.0.3)
- Updating attrs (23.1.0 -> 23.2.0)
- Updating cookiecutter (2.4.0 -> 2.5.0)
- Updating coverage (7.3.2 -> 7.4.0)
- Updating identify (2.5.31 -> 2.5.33)
- Updating pathspec (0.11.2 -> 0.12.1)
- Updating pytest (7.4.3 -> 7.4.4)
- Updating termcolor (2.3.0 -> 2.4.0)
- Updating virtualenv (20.24.6 -> 20.25.0)
- Updating bandit (1.7.5 -> 1.7.6)
- Updating black (23.10.1 -> 23.12.1)
- Updating isort (5.12.0 -> 5.13.2)
- Updating mypy (1.6.1 -> 1.8.0)
- Updating poethepoet (0.24.1 -> 0.24.4)

Writing lock file
  • Loading branch information
smkent committed Jan 10, 2024
1 parent 98d73a6 commit af69339
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 187 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.1
hooks:
- id: black
args: ["--config", "pyproject.toml"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--show-config"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
additional_dependencies: ['.[toml]']
args: ["--configfile", "pyproject.toml"]
exclude: '^tests/'
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
Loading

0 comments on commit af69339

Please sign in to comment.