Skip to content

Commit

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


Updates `sentry-sdk` from 2.17.0 to 2.18.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.17.0...2.18.0)

Updates `ruff` from 0.7.1 to 0.7.2
- [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.1...0.7.2)

---
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
...

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 Nov 4, 2024
1 parent 16993a3 commit 562730a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
48 changes: 25 additions & 23 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiohttp = "^3.10.10"
toml = "^0.10.2"
dockerflow = "^2024.4.2"
async-timeout = "^4.0.3"
sentry-sdk = "^2.17.0"
sentry-sdk = "^2.18.0"
termcolor = "^2.5.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.7.1"
ruff = "^0.7.2"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
Expand Down

0 comments on commit 562730a

Please sign in to comment.