Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 029bcd4

Browse files
authored
chore(deps): upgrade dependencies
1 parent 328f2bb commit 029bcd4

File tree

3 files changed

+51
-71
lines changed

3 files changed

+51
-71
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-added-large-files
@@ -35,18 +35,18 @@ repos:
3535
]
3636

3737
- repo: https://github.com/ambv/black
38-
rev: 21.11b1
38+
rev: 21.12b0
3939
hooks:
4040
- id: black
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v2.29.1
43+
rev: v2.31.0
4444
hooks:
4545
- id: pyupgrade
4646
args: ["--py37-plus", "--keep-runtime-typing"]
4747

4848
- repo: https://github.com/commitizen-tools/commitizen
49-
rev: v2.20.0
49+
rev: v2.20.3
5050
hooks:
5151
- id: commitizen
5252
stages: [commit-msg]

poetry.lock

Lines changed: 45 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.7"
19-
httpx = ">=0.20,<0.22"
19+
httpx = "^0.21.3"
2020
pydantic = "^1.9.0"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^6.2.5"
2424
Sphinx = "^4.3.2"
2525
flake8 = "^4.0.1"
2626
black = "^21.12b0"
27-
isort = "^5.9.3"
27+
isort = "^5.10.1"
2828
pre-commit = "^2.16.0"
2929
pytest-cov = "^3.0.0"
3030
pytest-depends = "^1.0.1"

0 commit comments

Comments
 (0)