Skip to content

Commit

Permalink
chore: update pydantic requirement from <2.7.0,>=2.6.1 to >=2.6.1,<2.…
Browse files Browse the repository at this point in the history
…8.0 (#625)

* chore: update pydantic requirement from <2.7.0,>=2.6.1 to >=2.6.1,<2.8.0

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.6.1...v2.7.0)

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

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

* ci: Add pyproject.toml change to trigger code check

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gmuloc <gmulocher@arista.com>
  • Loading branch information
dependabot[bot] and gmuloc authored Apr 12, 2024
1 parent 42007ca commit 6879768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/code-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- 'anta/**'
- 'tests/*'
- 'tests/**'
# detect dependency changes
- 'pyproject.toml'
core:
- 'anta/*'
- 'anta/reporter/*'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"click~=8.1.6",
"click-help-colors~=0.9",
"cvprac~=1.3.1",
"pydantic>=2.6.1,<2.7.0",
"pydantic>=2.6.1,<2.8.0",
"pydantic-extra-types>=2.1.0",
"eval-type-backport~=0.1.3", # Support newer typing features in older Python versions (required until Python 3.9 support is removed)
"PyYAML~=6.0",
Expand Down

0 comments on commit 6879768

Please sign in to comment.