Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 4 updates (#1402)
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 4 updates: [dockerflow](https://github.com/mozilla-services/python-dockerflow), [pytest](https://github.com/pytest-dev/pytest), [cryptography](https://github.com/pyca/cryptography) and [taskcluster](https://github.com/taskcluster/taskcluster).


Updates `dockerflow` from 2024.1.0 to 2024.2.0
- [Release notes](https://github.com/mozilla-services/python-dockerflow/releases)
- [Changelog](https://github.com/mozilla-services/python-dockerflow/blob/main/docs/changelog.rst)
- [Commits](mozilla-services/python-dockerflow@2024.1.0...2024.2.0)

Updates `pytest` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.1...8.0.2)

Updates `cryptography` from 42.0.4 to 42.0.5
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.4...42.0.5)

Updates `taskcluster` from 60.3.5 to 60.4.0
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v60.3.5...v60.4.0)

---
updated-dependencies:
- dependency-name: dockerflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: cryptography
  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-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 Feb 26, 2024
1 parent 1e90a5a commit e7bd04f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 47 deletions.
87 changes: 44 additions & 43 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []
python = ">=3.11,<3.12"
aiohttp = "^3.9.3"
toml = "^0.10.2"
dockerflow = "^2024.1.0"
dockerflow = "^2024.2.0"
async-timeout = "^4.0.3"
sentry-sdk = "^1.40.5"
termcolor = "^2.4.0"
Expand All @@ -21,7 +21,7 @@ detect-secrets = "^1.4.0"
ruff = "^0.2.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.1"
pytest = "^8.0.2"
aioresponses = "^0.7.6"
pytest-aiohttp = "^1.0.5"
mypy = "^1.8"
Expand All @@ -40,15 +40,15 @@ optional = true

[tool.poetry.group.remotesettings.dependencies]
kinto-http = "^11.0.1"
cryptography = "^42.0.4"
cryptography = "^42.0.5"
websockets = "^12.0"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.3"
autograph-utils = "^0.1.1"
canonicaljson-rs = "^0.6.0"

[tool.poetry.group.taskcluster.dependencies]
taskcluster = "^60.3.5"
taskcluster = "^60.4.0"

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

0 comments on commit e7bd04f

Please sign in to comment.