Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier authored Jan 8, 2022
1 parent 328f2bb commit 029bcd4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 71 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -35,18 +35,18 @@ repos:
]

- repo: https://github.com/ambv/black
rev: 21.11b1
rev: 21.12b0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"]

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.0
rev: v2.20.3
hooks:
- id: commitizen
stages: [commit-msg]
110 changes: 45 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
httpx = ">=0.20,<0.22"
httpx = "^0.21.3"
pydantic = "^1.9.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
Sphinx = "^4.3.2"
flake8 = "^4.0.1"
black = "^21.12b0"
isort = "^5.9.3"
isort = "^5.10.1"
pre-commit = "^2.16.0"
pytest-cov = "^3.0.0"
pytest-depends = "^1.0.1"
Expand Down

0 comments on commit 029bcd4

Please sign in to comment.