Skip to content

Commit 2b74c75

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 5 updates (mozilla#1037)
Bumps the minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.1` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.12.0` | `2.13.0` | | [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.0` | `3.3.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.7` | `0.6.1` | Updates `fastapi` from 0.112.0 to 0.112.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.0...0.112.1) Updates `uvicorn` from 0.30.5 to 0.30.6 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.30.5...0.30.6) Updates `sentry-sdk` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.12.0...2.13.0) Updates `factory-boy` from 3.3.0 to 3.3.1 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](FactoryBoy/factory_boy@3.3.0...3.3.1) Updates `ruff` from 0.5.7 to 0.6.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.5.7...0.6.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: factory-boy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 587c7da commit 2b74c75

File tree

2 files changed

+41
-40
lines changed

2 files changed

+41
-40
lines changed

poetry.lock

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license = "MPL"
77

88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.13"
10-
fastapi = "^0.112.0"
10+
fastapi = "^0.112.1"
1111
pydantic = {version = "^2.8.2", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.30.5"}
12+
uvicorn = {extras = ["standard"], version = "^0.30.6"}
1313
atlassian-python-api = "^3.41.14"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.12.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -33,9 +33,9 @@ pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
3434
responses = "^0.25.3"
3535
httpx = "^0.27.0"
36-
factory-boy = "^3.3.0"
36+
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.5.7"
38+
ruff = "^0.6.1"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.23.8"
4141

0 commit comments

Comments
 (0)