Skip to content

Commit 36078ed

Browse files
committed
Update dependencies
Updated project dependencies via `poetry update`: Package operations: 0 installs, 24 updates, 0 removals - Updating certifi (2023.11.17 -> 2024.2.2) - Updating markupsafe (2.1.4 -> 2.1.5) - Updating python-dateutil (2.8.2 -> 2.9.0.post0) - Updating typing-extensions (4.9.0 -> 4.10.0) - Updating urllib3 (2.1.0 -> 2.2.1) - Updating cryptography (42.0.1 -> 42.0.5) - Updating platformdirs (4.1.0 -> 4.2.0) - Updating python-slugify (8.0.2 -> 8.0.4) - Updating rich (13.7.0 -> 13.7.1) - Updating setuptools (69.0.3 -> 69.1.1) - Updating cookiecutter (2.5.0 -> 2.6.0) - Updating coverage (7.4.1 -> 7.4.3) - Updating dunamai (1.19.0 -> 1.19.2) - Updating gitpython (3.1.41 -> 3.1.42) - Updating identify (2.5.33 -> 2.5.35) - Updating pytest (8.0.0 -> 8.0.2) - Updating stevedore (5.1.0 -> 5.2.0) - Updating tomlkit (0.12.3 -> 0.12.4) - Updating virtualenv (20.25.0 -> 20.25.1) - Updating black (24.1.1 -> 24.2.0) - Updating build (1.0.3 -> 1.1.1) - Updating poethepoet (0.24.4 -> 0.25.0) - Updating pygithub (2.1.1 -> 2.2.0) - Updating pytest-sugar (0.9.7 -> 1.0.0) Writing lock file
1 parent 9313b3e commit 36078ed

File tree

2 files changed

+241
-241
lines changed

2 files changed

+241
-241
lines changed

.pre-commit-config.yaml

+3-3
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)