Skip to content

Commit f78de63

Browse files
1 parent a40d86f commit f78de63

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Changelog
22

3+
# [v1.2.2](https://github.com/mom1/api-client-pydantic/compare/1.2.1...1.2.2) (2022-02-24)
4+
5+
## :arrow_up: Dependencies
6+
- Bump pytest from 6.2.5 to 7.0.1
7+
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1.
8+
- [Release notes](https://github.com/pytest-dev/pytest/releases)
9+
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
10+
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.0.1)
11+
12+
---
13+
updated-dependencies:
14+
- dependency-name: pytest
15+
dependency-type: direct:development
16+
update-type: version-update:semver-major
17+
...
18+
19+
Signed-off-by: dependabot[bot] <[email protected]>
20+
- Bump pre-commit from 2.15.0 to 2.17.0
21+
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.17.0.
22+
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
23+
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
24+
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.17.0)
25+
26+
---
27+
updated-dependencies:
28+
- dependency-name: pre-commit
29+
dependency-type: direct:development
30+
update-type: version-update:semver-minor
31+
...
32+
33+
Signed-off-by: dependabot[bot] <[email protected]>
34+
- Bump flake8-comprehensions from 3.7.0 to 3.8.0
35+
Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.7.0 to 3.8.0.
36+
- [Release notes](https://github.com/adamchainz/flake8-comprehensions/releases)
37+
- [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/HISTORY.rst)
38+
- [Commits](https://github.com/adamchainz/flake8-comprehensions/compare/3.7.0...3.8.0)
39+
40+
---
41+
updated-dependencies:
42+
- dependency-name: flake8-comprehensions
43+
dependency-type: direct:development
44+
update-type: version-update:semver-minor
45+
...
46+
47+
Signed-off-by: dependabot[bot] <[email protected]>
48+
- Bump flake8-bugbear from 21.9.2 to 22.1.11
49+
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 22.1.11.
50+
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
51+
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/21.9.2...22.1.11)
52+
53+
---
54+
updated-dependencies:
55+
- dependency-name: flake8-bugbear
56+
dependency-type: direct:development
57+
update-type: version-update:semver-major
58+
...
59+
60+
Signed-off-by: dependabot[bot] <[email protected]>
61+
- Bump isort from 5.9.3 to 5.10.1
62+
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.1.
63+
- [Release notes](https://github.com/pycqa/isort/releases)
64+
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
65+
- [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.1)
66+
67+
---
68+
updated-dependencies:
69+
- dependency-name: isort
70+
dependency-type: direct:development
71+
update-type: version-update:semver-minor
72+
...
73+
74+
Signed-off-by: dependabot[bot] <[email protected]>
75+
## :memo: Documentation
76+
- Update README.md
77+
378
# [v1.2.1](https://github.com/mom1/api-client-pydantic/compare/v1.2.0...1.2.1) (2022-02-24)
479

580
## :recycle: Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api-client-pydantic"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "API Client extension for validate and transform requests / responses using pydantic."
55
authors = ["MaxST <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)