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

Commit b5d6262

Browse files
Update pydantic requirement from ~=2.10.2 to ~=2.10.4 (#63)
* Update pydantic requirement from ~=2.10.2 to ~=2.10.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.2...v2.10.4) --- updated-dependencies: - dependency-name: pydantic 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 556d641 commit b5d6262

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
@@ -24,7 +24,7 @@ repos:
2424
additional_dependencies:
2525
- python-telegram-bot~=21.9
2626
- gql[aiohttp]~=3.5.0
27-
- pydantic~=2.10.2
27+
- pydantic~=2.10.4
2828
- pydantic-yaml~=1.4.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
3030
rev: v1.13.0
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies:
3535
- python-telegram-bot~=21.9
3636
- gql[aiohttp]~=3.5.0
37-
- pydantic~=2.10.2
37+
- pydantic~=2.10.4
3838
- pydantic-yaml~=1.4.0
3939
- repo: https://github.com/asottile/pyupgrade
4040
rev: v3.19.0
@@ -58,5 +58,5 @@ repos:
5858
additional_dependencies:
5959
- python-telegram-bot~=21.9
6060
- gql[aiohttp]~=3.5.0
61-
- pydantic~=2.10.2
61+
- pydantic~=2.10.4
6262
- 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.9
22
gql[aiohttp]~=3.5.0
3-
pydantic~=2.10.2
3+
pydantic~=2.10.4
44
pydantic-yaml~=1.4.0

0 commit comments

Comments
 (0)