Skip to content

Commit

Permalink
Bump pydantic from 1.10.12 to 2.4.2
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.4.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.12...v2.4.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent b89aebf commit bdb149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prefect
git+ssh://[email protected]/punch-mission/punchbowl.git#egg=punchbowl
pydantic==1.10.12
pydantic==2.4.2
pymysql
sqlalchemy
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=[
'prefect',
'pymysql',
'pydantic==1.10.12',
'pydantic==2.4.2',
'sqlalchemy',
'punchbowl',
'datapane',
Expand Down

0 comments on commit bdb149c

Please sign in to comment.