Skip to content

Commit

Permalink
build(deps): 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-settings](https://github.com/pydantic/pydantic-settings), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).


Updates `pydantic-settings` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.1.0...v2.2.0)

Updates `pytest` from 8.0.0 to 8.0.1
- [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.0...8.0.1)

Updates `ruff` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.2.1...v0.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Feb 19, 2024
1 parent 5f79f56 commit b937940
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
54 changes: 29 additions & 25 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ readme = "README.md"
python = "^3.11"
typing-extensions = "^4.9.0"
fastapi = "^0.109.2"
pydantic-settings = "^2.1.0"
pydantic-settings = "^2.2.0"
hypercorn = "^0.16.0"
uvloop = "^0.19.0"
transformers = "^4.37.2"
Expand All @@ -43,6 +43,6 @@ supervisor = "^4.2.5"
[tool.poetry.group.dev.dependencies]
pyright = "^1.1.350"
pylint = "^3.0.3"
pytest = "^8.0.0"
ruff = "^0.2.1"
pytest = "^8.0.1"
ruff = "^0.2.2"
httpx = "^0.26.0"

0 comments on commit b937940

Please sign in to comment.