Skip to content

Commit

Permalink
Bump pydantic from 1.10.12 to 2.5.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.5.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.5.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 Nov 19, 2023
1 parent 9ced118 commit 3688702
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
15 changes: 14 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# pip-compile --allow-unsafe requirements/dev.in
#
annotated-types==0.6.0
# via
# -r requirements/prod.txt
# pydantic
attrs==23.1.0
# via
# jsonschema
Expand Down Expand Up @@ -66,6 +70,10 @@ filelock==3.12.2
# virtualenv
ghp-import==2.1.0
# via mkdocs
greenlet==3.0.1
# via
# -r requirements/prod.txt
# sqlalchemy
gvgen==1.0
# via -r requirements/prod.txt
identify==2.5.26
Expand Down Expand Up @@ -133,8 +141,12 @@ pluggy==1.2.0
# tox
pre-commit==3.3.3
# via -r requirements/dev.in
pydantic==1.10.12
pydantic==2.5.1
# via -r requirements/prod.txt
pydantic-core==2.14.3
# via
# -r requirements/prod.txt
# pydantic
pygments==2.16.1
# via diff-cover
pyproject-api==1.5.3
Expand Down Expand Up @@ -208,6 +220,7 @@ typing-extensions==4.7.1
# -r requirements/prod.txt
# black
# pydantic
# pydantic-core
urllib3==1.26.16
# via
# -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ PyYAML
click
python-dateutil
gvgen
pydantic<2.0.0
pydantic<3.0.0
python-baseconv
requests<=2.29.0 # There are issues with urllib on latest version
12 changes: 10 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --allow-unsafe requirements/prod.in
#
annotated-types==0.6.0
# via pydantic
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
Expand All @@ -19,6 +21,8 @@ faker-edu==1.0.0
# via -r requirements/prod.in
faker-nonprofit==1.0.0
# via -r requirements/prod.in
greenlet==3.0.1
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
idna==3.4
Expand All @@ -27,8 +31,10 @@ jinja2==3.1.2
# via -r requirements/prod.in
markupsafe==2.1.3
# via jinja2
pydantic==1.10.12
pydantic==2.5.1
# via -r requirements/prod.in
pydantic-core==2.14.3
# via pydantic
python-baseconv==1.2.2
# via -r requirements/prod.in
python-dateutil==2.8.2
Expand All @@ -44,6 +50,8 @@ six==1.16.0
sqlalchemy==1.4.49
# via -r requirements/prod.in
typing-extensions==4.7.1
# via pydantic
# via
# pydantic
# pydantic-core
urllib3==1.26.16
# via requests

0 comments on commit 3688702

Please sign in to comment.