Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 2 updates (#1534)
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 [bandit](https://github.com/PyCQA/bandit).


Updates `sentry-sdk` from 2.20.0 to 2.22.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.20.0...2.22.0)

Updates `bandit` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.2...1.8.3)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: bandit
  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 Feb 18, 2025
1 parent fac93fc commit 282c733
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 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.11.12"
toml = "^0.10.2"
dockerflow = "^2024.4.2"
async-timeout = "^5.0.1"
sentry-sdk = "^2.20.0"
sentry-sdk = "^2.22.0"
termcolor = "^2.5.0"
aiohttp_cors = "^0.7.0"
backoff = "^2.2.1"
Expand All @@ -24,7 +24,7 @@ aioresponses = "^0.7.8"
pytest-aiohttp = "^1.1.0"
mypy = "^1.15"
pytest-cov = "^6.0.0"
bandit = "^1.8.2"
bandit = "^1.8.3"
responses = "^0.25.6"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
Expand Down

0 comments on commit 282c733

Please sign in to comment.