Skip to content

Commit

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


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

Updates `responses` from 0.25.3 to 0.25.5
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.3...0.25.5)

Updates `ruff` from 0.8.6 to 0.9.1
- [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.8.6...0.9.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: responses
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2068613 commit e20639e
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 @@ -24,12 +24,12 @@ aioresponses = "^0.7.7"
pytest-aiohttp = "^1.0.5"
mypy = "^1.14"
pytest-cov = "^6.0.0"
bandit = "^1.8.0"
responses = "^0.25.3"
bandit = "^1.8.2"
responses = "^0.25.5"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.8.6"
ruff = "^0.9.1"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
Expand Down

0 comments on commit e20639e

Please sign in to comment.