Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [bandit[toml]](https://github.com/PyCQA/bandit).


Updates `pydantic` from 2.10.4 to 2.10.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.4...v2.10.5)

Updates `bandit[toml]` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.0...1.8.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bandit[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 075d38b commit 544ea93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ classifiers = [
dependencies = [
"Jinja2==3.1.5",
"markdown-it-py[plugins]==3.0.0",
"pydantic==2.10.4",
"pydantic==2.10.5",
"PyYAML==6.0.2",
"rich==13.9.4",
"typer[all]==0.15.1",
]

[project.optional-dependencies]
dev = [
"bandit[toml]==1.8.0",
"bandit[toml]==1.8.2",
"black==24.10.0",
"flake8-bugbear==24.12.12",
"flake8-builtins==2.5.0",
Expand Down

0 comments on commit 544ea93

Please sign in to comment.