Skip to content

Commit

Permalink
build(deps): bump pydantic from 1.10.8 to 1.10.13 in the pip group ac…
Browse files Browse the repository at this point in the history
…ross 1 directory (#15)

* build(deps): bump pydantic in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [pydantic](https://github.com/pydantic/pydantic).


Updates `pydantic` from 1.10.8 to 1.10.13
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.8...v1.10.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci/cd: update pydantic version in pdm

* Merge remote-tracking branch 'origin/main' into dependabot/pip/pip-bd86ea0b08
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 44ca259 commit d243318
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
dependencies = [
"pdm>=2.5.3",
"pyyaml>=6.0",
"pydantic==1.10.8",
"pydantic==1.10.13",
"typer>=0.7.0",
]
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pdm>=2.5.3
pre-commit>=3.0.4
pydantic==1.10.8
pydantic==1.10.13
pytest>=7.2.1
pyyaml>=6.0
typer>=0.7.0

0 comments on commit d243318

Please sign in to comment.