Skip to content

Commit a502321

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 4 updates (mozilla#1033)
Bumps the minor-patch group with 4 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `sentry-sdk` from 2.10.0 to 2.11.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.10.0...2.11.0) Updates `pre-commit` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.7.1...v3.8.0) Updates `pytest` from 8.3.1 to 8.3.2 - [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.1...8.3.2) Updates `ruff` from 0.5.4 to 0.5.5 - [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.4...0.5.5) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pre-commit 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-patch dependency-group: minor-patch - dependency-name: ruff 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 a18fdd9 commit a502321

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.10.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.11.0"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -22,20 +22,20 @@ pydantic-settings = "^2.3.4"
2222
pypandoc = "^1.13"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
pre-commit = "^3.7.1"
25+
pre-commit = "^3.8.0"
2626
coverage = {extras = ["toml"], version = "^7.6"}
2727
mypy = "^1.11"
2828
detect-secrets = "^1.5.0"
2929
bandit = "^1.7.9"
30-
pytest = "^8.3.1"
30+
pytest = "^8.3.2"
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.4"
38+
ruff = "^0.5.5"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.23.8"
4141

0 commit comments

Comments
 (0)