Skip to content

Commit

Permalink
Bump the python-packages group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [starlette](https://github.com/encode/starlette), [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) and [mypy](https://github.com/python/mypy).


Updates `fastapi` from 0.115.2 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.2...0.115.4)

Updates `starlette` from 0.40.0 to 0.41.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.40.0...0.41.2)

Updates `pytest-randomly` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-randomly@3.15.0...3.16.0)

Updates `mypy` from 1.12.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-randomly
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dolfinus committed Oct 29, 2024
1 parent 20dd65f commit 4e615d1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 50 deletions.
93 changes: 47 additions & 46 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ python-json-logger = {version = "^2.0.7", optional = true}
coloredlogs = {version = "^15.0.1", optional = true}
uuid6 = {version = "^2024.7.10", optional = true}
python-dateutil = {version = "^2.9.0.post0", optional = true}
fastapi = {version = "^0.115.2", optional = true}
starlette = {version = "^0.40.0", optional = true}
fastapi = {version = "^0.115.4", optional = true}
starlette = {version = "^0.41.2", optional = true}
starlette-exporter = {version = "^0.23.0", optional = true}
uvicorn = {version = "^0.32.0", optional = true}
asyncpg = {version = "^0.30.0", optional = true}
Expand Down Expand Up @@ -107,7 +107,7 @@ pytest = "^8.3.3"
httpx = "^0.27.0"
# TODO: remove version limit after fixing https://github.com/pytest-dev/pytest-asyncio/issues/706
pytest-asyncio = "^0.21.1"
pytest-randomly = "^3.15.0"
pytest-randomly = "^3.16.0"
pytest-deadfixtures = "^2.2.1"
pytest-rerunfailures = "^14.0"
coverage = "^7.6.4"
Expand All @@ -117,7 +117,7 @@ deepdiff = "^8.0.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
mypy = "^1.12.1"
mypy = "^1.13.0"
black = "^24.10.0"
isort = "^5.13.2"
flake8 = "^7.1.1"
Expand Down

0 comments on commit 4e615d1

Please sign in to comment.