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

Commit b249d40

Browse files
Update pydantic-yaml requirement from ~=1.3.0 to ~=1.4.0 (#61)
* Update pydantic-yaml requirement from ~=1.3.0 to ~=1.4.0 Updates the requirements on [pydantic-yaml](https://github.com/NowanIlfideme/pydantic-yaml) to permit the latest version. - [Release notes](https://github.com/NowanIlfideme/pydantic-yaml/releases) - [Commits](NowanIlfideme/pydantic-yaml@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pydantic-yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update version number in other files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent a6fbadf commit b249d40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- python-telegram-bot~=21.6
2626
- gql[aiohttp]~=3.5.0
2727
- pydantic~=2.9.2
28-
- pydantic-yaml~=1.3.0
28+
- pydantic-yaml~=1.4.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
3030
rev: v1.13.0
3131
hooks:
@@ -35,7 +35,7 @@ repos:
3535
- python-telegram-bot~=21.6
3636
- gql[aiohttp]~=3.5.0
3737
- pydantic~=2.9.2
38-
- pydantic-yaml~=1.3.0
38+
- pydantic-yaml~=1.4.0
3939
- repo: https://github.com/asottile/pyupgrade
4040
rev: v3.19.0
4141
hooks:
@@ -59,4 +59,4 @@ repos:
5959
- python-telegram-bot~=21.6
6060
- gql[aiohttp]~=3.5.0
6161
- pydantic~=2.9.2
62-
- pydantic-yaml~=1.3.0
62+
- pydantic-yaml~=1.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-telegram-bot~=21.6
22
gql[aiohttp]~=3.5.0
33
pydantic~=2.9.2
4-
pydantic-yaml~=1.3.0
4+
pydantic-yaml~=1.4.0

0 commit comments

Comments
 (0)