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, 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
  • Loading branch information
smkent committed Mar 5, 2024
1 parent 9313b3e commit 36078ed
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 241 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]
Expand All @@ -35,11 +35,11 @@ repos:
- flake8-simplify
- pep8-naming
- repo: https://github.com/pycqa/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: ["--keep-runtime-typing"]
Expand Down
Loading

0 comments on commit 36078ed

Please sign in to comment.