Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 3 updates (#1482)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 3 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [ruff](https://github.com/astral-sh/ruff) and [taskcluster](https://github.com/taskcluster/taskcluster).


Updates `sentry-sdk` from 2.13.0 to 2.14.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.13.0...2.14.0)

Updates `ruff` from 0.6.3 to 0.6.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.6.3...0.6.4)

Updates `taskcluster` from 68.0.3 to 68.0.4
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v68.0.3...v68.0.4)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  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
- dependency-name: taskcluster
  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 Sep 9, 2024
1 parent 1e7d6be commit da99b1c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp = "^3.10.5"
toml = "^0.10.2"
dockerflow = "^2024.4.2"
async-timeout = "^4.0.3"
sentry-sdk = "^2.13.0"
sentry-sdk = "^2.14.0"
termcolor = "^2.4.0"
aiohttp_cors = "^0.7.0"
backoff = "^2.2.1"
Expand All @@ -29,7 +29,7 @@ responses = "^0.25.3"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.6.3"
ruff = "^0.6.4"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
Expand All @@ -48,7 +48,7 @@ autograph-utils = "^0.3.0"
canonicaljson-rs = "^0.6.0"

[tool.poetry.group.taskcluster.dependencies]
taskcluster = "^68.0.3"
taskcluster = "^68.0.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit da99b1c

Please sign in to comment.