Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 3 updates (#1508)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 3 updates: [async-timeout](https://github.com/aio-libs/async-timeout), [ruff](https://github.com/astral-sh/ruff) and [kinto-http](https://github.com/Kinto/kinto-http.py).


Updates `async-timeout` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-timeout@v5.0.0...v5.0.1)

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

Updates `kinto-http` from 11.2.0 to 11.3.0
- [Release notes](https://github.com/Kinto/kinto-http.py/releases)
- [Changelog](https://github.com/Kinto/kinto-http.py/blob/main/CHANGELOG.rst)
- [Commits](Kinto/kinto-http.py@11.2.0...11.3.0)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: kinto-http
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 7e419b6 commit 1fc1ddd
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
54 changes: 27 additions & 27 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 @@ -9,7 +9,7 @@ python = ">=3.11,<3.12"
aiohttp = "^3.10.10"
toml = "^0.10.2"
dockerflow = "^2024.4.2"
async-timeout = "^5.0.0"
async-timeout = "^5.0.1"
sentry-sdk = "^2.18.0"
termcolor = "^2.5.0"
aiohttp_cors = "^0.7.0"
Expand All @@ -29,14 +29,14 @@ responses = "^0.25.3"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.7.2"
ruff = "^0.7.3"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
optional = true

[tool.poetry.group.remotesettings.dependencies]
kinto-http = "^11.2.0"
kinto-http = "^11.3.0"
cryptography = "^43.0.3"
websockets = "^14.0"
requests = "^2.32.3"
Expand Down

0 comments on commit 1fc1ddd

Please sign in to comment.