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: 5 installs, 47 updates, 2 removals

- Removing jinja2-time (0.2.0)
- Removing toml (0.10.2)
- Installing mdurl (0.1.2)
- Updating certifi (2022.12.7 -> 2023.7.22)
- Updating chardet (5.1.0 -> 5.2.0)
- Updating charset-normalizer (3.0.1 -> 3.3.1)
- Installing markdown-it-py (3.0.0)
- Updating markupsafe (2.1.2 -> 2.1.3)
- Installing pygments (2.16.1)
- Updating smmap (5.0.0 -> 5.0.1)
- Installing types-python-dateutil (2.8.19.14)
- Updating typing-extensions (4.5.0 -> 4.8.0)
- Updating urllib3 (1.26.14 -> 2.0.7)
- Updating arrow (1.2.3 -> 1.3.0)
- Updating click (8.1.3 -> 8.1.7)
- Updating distlib (0.3.6 -> 0.3.7)
- Updating exceptiongroup (1.1.0 -> 1.1.3)
- Updating filelock (3.9.0 -> 3.13.1)
- Updating gitdb (4.0.10 -> 4.0.11)
- Updating packaging (23.0 -> 23.2)
- Updating platformdirs (3.0.0 -> 3.11.0)
- Updating python-slugify (8.0.0 -> 8.0.1)
- Updating pyyaml (6.0 -> 6.0.1)
- Updating requests (2.28.2 -> 2.31.0)
- Updating pluggy (1.0.0 -> 1.3.0)
- Installing rich (13.6.0)
- Updating setuptools (67.4.0 -> 68.2.2)
- Updating attrs (22.2.0 -> 23.1.0)
- Updating cfgv (3.3.1 -> 3.4.0)
- Updating cookiecutter (2.1.1 -> 2.4.0)
- Updating coverage (7.2.0 -> 7.3.2)
- Updating gitpython (3.1.31 -> 3.1.40)
- Updating identify (2.5.18 -> 2.5.31)
- Updating nodeenv (1.7.0 -> 1.8.0)
- Updating pytest (7.2.1 -> 7.4.3)
- Updating pathspec (0.11.0 -> 0.11.2)
- Updating stevedore (5.0.0 -> 5.1.0)
- Updating termcolor (2.2.0 -> 2.3.0)
- Updating virtualenv (20.19.0 -> 20.24.6)
- Updating typer (0.7.0 -> 0.9.0)
- Updating soupsieve (2.4 -> 2.5)
- Updating bandit (1.7.4 -> 1.7.5)
- Updating beautifulsoup4 (4.11.2 -> 4.12.2)
- Updating black (23.1.0 -> 23.10.1)
- Updating cruft (2.12.0 -> 2.15.0)
- Updating flake8-bugbear (23.2.13 -> 23.3.12)
- Updating flake8-pyproject (1.2.2 -> 1.2.3)
- Updating flake8-simplify (0.19.3 -> 0.21.0)
- Updating poethepoet (0.18.1 -> 0.24.1)
- Updating pre-commit (3.1.0 -> 3.5.0)
- Updating mypy (1.0.1 -> 1.6.1)
- Updating pytest-sugar (0.9.6 -> 0.9.7)
- Updating pytest-github-actions-annotate-failures (0.1.8 -> 0.2.0)
- Updating pytest-cov (4.0.0 -> 4.1.0)

Writing lock file
  • Loading branch information
smkent committed Nov 1, 2023
1 parent e3d753e commit 5c5bafc
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 560 deletions.
12 changes: 6 additions & 6 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.4.0
rev: v4.5.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: 23.1.0
rev: 23.10.1
hooks:
- id: black
args: ["--config", "pyproject.toml"]
Expand All @@ -18,14 +18,14 @@ repos:
- id: isort
args: ["--show-config"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
additional_dependencies: ['.[toml]']
args: ["--configfile", "pyproject.toml"]
exclude: '^tests/'
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -34,11 +34,11 @@ repos:
- flake8-simplify
- pep8-naming
- repo: https://github.com/pycqa/autoflake
rev: v2.0.1
rev: v2.2.1
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--keep-runtime-typing"]
Expand Down
Loading

0 comments on commit 5c5bafc

Please sign in to comment.