Skip to content

Commit a18fdd9

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 6 updates (mozilla#1032)
Bumps the minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.9.0` | `2.10.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.5.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.7` | `0.23.8` | Updates `uvicorn` from 0.30.1 to 0.30.3 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.30.1...0.30.3) Updates `sentry-sdk` from 2.9.0 to 2.10.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.9.0...2.10.0) Updates `mypy` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11) Updates `pytest` from 8.2.2 to 8.3.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.2.2...8.3.1) Updates `ruff` from 0.5.2 to 0.5.4 - [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.2...0.5.4) Updates `pytest-asyncio` from 0.23.7 to 0.23.8 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.7...v0.23.8) --- updated-dependencies: - 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: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch 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 33a6307 commit a18fdd9

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ license = "MPL"
99
python = ">=3.12, <3.13"
1010
fastapi = "^0.111.1"
1111
pydantic = {version = "^2.8.2", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.30.1"}
12+
uvicorn = {extras = ["standard"], version = "^0.30.3"}
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.9.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.10.0"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -24,20 +24,20 @@ pypandoc = "^1.13"
2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = "^3.7.1"
2626
coverage = {extras = ["toml"], version = "^7.6"}
27-
mypy = "^1.10"
27+
mypy = "^1.11"
2828
detect-secrets = "^1.5.0"
2929
bandit = "^1.7.9"
30-
pytest = "^8.2.2"
30+
pytest = "^8.3.1"
3131
yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
3434
responses = "^0.25.3"
3535
httpx = "^0.27.0"
3636
factory-boy = "^3.3.0"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.5.2"
38+
ruff = "^0.5.4"
3939
pytest-mock = "^3.14.0"
40-
pytest-asyncio = "^0.23.7"
40+
pytest-asyncio = "^0.23.8"
4141

4242

4343
[build-system]

0 commit comments

Comments
 (0)