Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 5 updates (#993)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.2` | `0.115.4` |
| [starlette](https://github.com/encode/starlette) | `0.40.0` | `0.41.2` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.12` | `0.0.16` |
| [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.1` |


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 `python-multipart` from 0.0.12 to 0.0.16
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.12...0.0.16)

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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent eb40cc7 commit b36f7e7
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 68 deletions.
127 changes: 64 additions & 63 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ authors = ["CTMS Reviewers <@mozilla-it/ctms-reviewers>"]
[tool.poetry.dependencies]
# These packages are mandatory and form the core of this package’s distribution.
python = "^3.12.1"
fastapi = "^0.115.2"
starlette = "^0.40.0"
fastapi = "^0.115.4"
starlette = "^0.41.2"
requests = "^2.32.3"
pydantic = {extras = ["email"], version = "^2.9.2"}
uvicorn = {extras = ["standard"], version = "^0.32.0"}
SQLAlchemy = "^2.0.36"
alembic = "^1.13.3"
python-multipart = "^0.0.12"
python-multipart = "^0.0.16"
python-dateutil = "^2.9.0"
dockerflow = {extras = ["fastapi"], version = "^2024.4.2"}
sentry-sdk = {extras = ["fastapi"], version = "^2.17.0"}
Expand All @@ -38,7 +38,7 @@ pyjwt = "^2.9.0"
pre-commit = "^4.0.1"
pytest = "^8.3.3"
coverage = {extras = ["toml"], version = "^7.6"}
mypy = "^1.12"
mypy = "^1.13"
types-python-dateutil = "^2.9.0"
detect-secrets = "^1.5.0"
bandit = "^1.7.10"
Expand All @@ -48,7 +48,7 @@ factory-boy = "^3.3.1"
pytest-factoryboy = "^2.7.0"
backoff = "^2.2.1"
httpx = "^0.27.2"
ruff = "^0.7.0"
ruff = "^0.7.1"

[tool.pytest.ini_options]
testpaths = ["tests/unit"]
Expand Down

0 comments on commit b36f7e7

Please sign in to comment.