Skip to content

Commit

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


Updates `google-cloud-bigquery` from 3.27.0 to 3.29.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.27.0...v3.29.0)

Updates `pytest-aiohttp` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases)
- [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/pytest-aiohttp@v1.0.5...v1.1.0)

Updates `ruff` from 0.9.2 to 0.9.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.9.2...0.9.3)

---
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-aiohttp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: ruff
  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 Jan 28, 2025
1 parent 0c3ebe9 commit 5a25608
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 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 @@ -16,20 +16,20 @@ aiohttp_cors = "^0.7.0"
backoff = "^2.2.1"
python-decouple = "^3.8"
logging-color-formatter = "^1.1.0"
google-cloud-bigquery = "^3.27.0"
google-cloud-bigquery = "^3.29.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
aioresponses = "^0.7.8"
pytest-aiohttp = "^1.0.5"
pytest-aiohttp = "^1.1.0"
mypy = "^1.14"
pytest-cov = "^6.0.0"
bandit = "^1.8.2"
responses = "^0.25.6"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.9.2"
ruff = "^0.9.3"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
Expand Down

0 comments on commit 5a25608

Please sign in to comment.