Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
```text
❯ poetry update
Updating dependencies
Resolving dependencies... (56.9s)

Writing lock file

Package operations: 5 installs, 16 updates, 3 removals

  - Removing importlib-metadata (4.12.0)
  - Removing py (1.11.0)
  - Removing zipp (3.8.1)
  - Updating idna (3.3 -> 3.4)
  - Updating anyio (3.6.1 -> 3.6.2)
  - Installing certifi (2022.9.24)
  - Installing charset-normalizer (2.1.1)
  - Installing exceptiongroup (1.0.4)
  - Updating platformdirs (2.5.2 -> 2.5.4)
  - Installing urllib3 (1.26.13)
  - Updating identify (2.5.3 -> 2.5.9)
  - Updating mkdocs (1.3.1 -> 1.4.2)
  - Updating mkdocs-material-extensions (1.0.3 -> 1.1.1)
  - Updating pathspec (0.10.1 -> 0.10.2)
  - Updating pymdown-extensions (9.5 -> 9.9)
  - Updating pytest (7.1.3 -> 7.2.0)
  - Installing requests (2.28.1)
  - Updating typing-extensions (4.3.0 -> 4.4.0)
  - Updating virtualenv (20.16.4 -> 20.16.7)
  - Updating black (22.8.0 -> 22.10.0)
  - Updating coverage (6.4.4 -> 6.5.0)
  - Updating mkdocs-material (8.4.2 -> 8.5.10)
  - Updating mypy (0.971 -> 0.991)
  - Updating pytest-mock (3.8.2 -> 3.10.0)

❯ pre-commit autoupdate
Updating https://github.com/psf/black ... updating 22.8.0 -> 22.10.0.
Updating https://github.com/pre-commit/mirrors-mypy ... updating v0.971 -> v0.991.
Updating https://github.com/pre-commit/pre-commit-hooks ... updating v4.3.0 -> v4.4.0.
```
  • Loading branch information
br3ndonland committed Nov 26, 2022
1 parent e7b5814 commit 8e99ff4
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 191 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@ minimum_pre_commit_version: 2.11.0
default_stages: [commit, push, manual]
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand All @@ -16,7 +16,7 @@ repos:
- id: isort
args: [--filter-files]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.991
hooks:
- id: mypy
language: system
Expand All @@ -25,7 +25,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
args: [--maxkb=800]
Expand Down

0 comments on commit 8e99ff4

Please sign in to comment.