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, 1 removal

- Removing pyparsing (3.0.9)
- Updating certifi (2022.9.24 -> 2022.12.7)
- Updating chardet (5.0.0 -> 5.1.0)
- Updating packaging (21.3 -> 22.0)
- Updating urllib3 (1.26.12 -> 1.26.13)
- Updating exceptiongroup (1.0.1 -> 1.0.4)
- Updating filelock (3.8.0 -> 3.8.2)
- Updating gitdb (4.0.9 -> 4.0.10)
- Updating platformdirs (2.5.3 -> 2.6.0)
- Updating marshmallow (3.18.0 -> 3.19.0)
- Updating setuptools (65.5.1 -> 65.6.3)
- Updating python-slugify (6.1.2 -> 7.0.0)
- Updating identify (2.5.8 -> 2.5.9)
- Updating pathspec (0.10.1 -> 0.10.3)
- Updating stevedore (4.1.0 -> 4.1.1)
- Updating termcolor (2.1.0 -> 2.1.1)
- Updating types-urllib3 (1.26.25.3 -> 1.26.25.4)
- Updating virtualenv (20.16.6 -> 20.17.1)
- Updating black (22.10.0 -> 22.12.0)
- Updating flake8-bugbear (22.10.27 -> 22.12.6)
- Updating flake8-pyproject (1.1.0.post0 -> 1.2.2)
- Updating mypy (0.990 -> 0.991)
- Updating poethepoet (0.16.4 -> 0.16.5)
- Updating types-python-dateutil (2.8.19.3 -> 2.8.19.4)
- Updating types-requests (2.28.11.4 -> 2.28.11.5)
  • Loading branch information
smkent committed Dec 11, 2022
1 parent ce9219c commit 0cc01c3
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 152 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: check-merge-conflict
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]
Expand All @@ -25,7 +25,7 @@ repos:
args: ["--configfile", "pyproject.toml"]
exclude: '^tests/'
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
Loading

0 comments on commit 0cc01c3

Please sign in to comment.