Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 4 updates: [google-cloud-bigquery](https://github.com/googleapis/python-bigquery), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [cryptography](https://github.com/pyca/cryptography).


Updates `google-cloud-bigquery` from 3.29.0 to 3.30.0
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v3.29.0...v3.30.0)

Updates `pytest` from 8.3.4 to 8.3.5
- [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.3.4...8.3.5)

Updates `ruff` from 0.9.7 to 0.9.9
- [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.9.7...0.9.9)

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

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  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: ruff
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 586f003 commit ceb1f3b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 64 deletions.
124 changes: 64 additions & 60 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 @@ -16,10 +16,10 @@ aiohttp_cors = "^0.7.0"
backoff = "^2.2.1"
python-decouple = "^3.8"
logging-color-formatter = "^1.1.0"
google-cloud-bigquery = "^3.29.0"
google-cloud-bigquery = "^3.30.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
pytest = "^8.3.5"
aioresponses = "^0.7.8"
pytest-aiohttp = "^1.1.0"
mypy = "^1.15"
Expand All @@ -29,15 +29,15 @@ responses = "^0.25.6"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.9.7"
ruff = "^0.9.9"
detect-secrets = "^1.5.0"

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

[tool.poetry.group.remotesettings.dependencies]
kinto-http = "^11.7.1"
cryptography = "^44.0.1"
cryptography = "^44.0.2"
websockets = "^15.0"
requests = "^2.32.3"
beautifulsoup4 = "^4.13.3"
Expand Down

0 comments on commit ceb1f3b

Please sign in to comment.