Skip to content

Commit

Permalink
Update pydantic requirement from ~=2.8.2 to ~=2.9.2 (#55)
Browse files Browse the repository at this point in the history
* Update pydantic requirement from ~=2.8.2 to ~=2.9.2

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.8.2...v2.9.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update version number in other files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 1, 2024
1 parent 1e6604d commit fb22985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
additional_dependencies:
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic~=2.9.2
- pydantic-yaml~=1.3.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
Expand All @@ -34,7 +34,7 @@ repos:
additional_dependencies:
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic~=2.9.2
- pydantic-yaml~=1.3.0
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
Expand All @@ -58,5 +58,5 @@ repos:
additional_dependencies:
- python-telegram-bot~=21.6
- gql[aiohttp]~=3.5.0
- pydantic~=2.8.2
- pydantic~=2.9.2
- pydantic-yaml~=1.3.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-telegram-bot~=21.6
gql[aiohttp]~=3.5.0
pydantic~=2.8.2
pydantic~=2.9.2
pydantic-yaml~=1.3.0

0 comments on commit fb22985

Please sign in to comment.