Skip to content

Commit

Permalink
Bump pydantic from 1.10.12 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 to 2.6.1.
- [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.6.1)

---
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 Feb 5, 2024
1 parent 23df29e commit 4290f7a
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.6.1
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 @@ -21,7 +21,7 @@
install_requires=[
'prefect',
'pymysql',
'pydantic==1.10.12',
'pydantic==2.6.1',
'sqlalchemy',
'punchbowl',
'datapane',
Expand Down

0 comments on commit 4290f7a

Please sign in to comment.