Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [rich](https://github.com/Textualize/rich) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pydantic` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.2...v2.6.3)

Updates `rich` from 13.7.0 to 13.7.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v13.7.1)

Updates `pytest` from 8.0.2 to 8.1.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.2...8.1.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 5a691db commit 0e428f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
dependencies = [
"Jinja2==3.1.3",
"markdown-it-py[plugins]==3.0.0",
"pydantic==2.6.2",
"pydantic==2.6.3",
"PyYAML==6.0.1",
"rich==13.7.0",
"rich==13.7.1",
"typer[all]==0.9.0",
]

Expand All @@ -46,12 +46,12 @@ dev = [
"isort==5.13.2",
"mypy==1.8.0",
"pep8-naming==0.13.3",
"pytest==8.0.2",
"pytest==8.1.0",
"types-PyYAML==6.0.12.12",
]
test = [
"pytest-cov==4.1.0",
"pytest==8.0.2",
"pytest==8.1.0",
]

[project.scripts]
Expand Down

0 comments on commit 0e428f6

Please sign in to comment.