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: [granian](https://github.com/emmett-framework/granian), [pyright](https://github.com/RobertCraigie/pyright-python) and [pytest](https://github.com/pytest-dev/pytest).


Updates `granian` from 1.7.6 to 2.0.0
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](emmett-framework/granian@v1.7.6...v2.0.0)

Updates `pyright` from 1.1.395 to 1.1.396
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.395...v1.1.396)

Updates `pytest` from 8.3.4 to 8.3.5
- [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.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: granian
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  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 Mar 3, 2025
1 parent f2d405a commit 6cee767
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 64 deletions.
133 changes: 72 additions & 61 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 @@ -46,7 +46,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
granian = "^1.7.6"
granian = "^2.0.0"
litestar = "^2.15.1"
uvloop = "^0.21.0"
msgspec = "^0.19.0"
Expand All @@ -66,7 +66,7 @@ picologging = "^0.9.3"
fastnanoid = "^0.4.1"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.395"
pytest = "^8.3.4"
pyright = "^1.1.396"
pytest = "^8.3.5"
pylint = "^3.3.4"
ruff = "^0.9.9"

0 comments on commit 6cee767

Please sign in to comment.