Skip to content

Commit

Permalink
Update pydantic requirement from ~=2.3.0 to ~=2.4.2 (#19)
Browse files Browse the repository at this point in the history
* Update pydantic requirement from ~=2.3.0 to ~=2.4.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.3.0...v2.4.2)

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

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

* Update version number in other files

* Update dependabot-prs.yml

* Fix false positives

---------

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>
Co-authored-by: Bibo-Joshi <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2023
1 parent 31b5e7f commit a21dc5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Process Dependabot PRs

on:
pull_request:
types: [opened, synchronize, reopened]
types: [opened, reopened]

jobs:
process-dependabot-prs:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
with:
message: 'Update version number in other files'
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- python-telegram-bot~=20.5
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.3.0
- pydantic~=2.4.2
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
Expand All @@ -40,7 +40,7 @@ repos:
- python-telegram-bot~=20.5
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.3.0
- pydantic~=2.4.2
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
hooks:
Expand All @@ -64,4 +64,4 @@ repos:
- python-telegram-bot~=20.5
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.3.0
- pydantic~=2.4.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-telegram-bot~=20.5
panflute~=2.3.0
panflute~=2.4.2
gql[aiohttp]~=3.4.1
pydantic~=2.3.0
pydantic~=2.4.2

0 comments on commit a21dc5e

Please sign in to comment.