Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 3 updates (#328)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 3 updates: [google-cloud-storage](https://github.com/googleapis/python-storage), [tox](https://github.com/tox-dev/tox) and [pytest-httpserver](https://github.com/csernazs/pytest-httpserver).


Updates `google-cloud-storage` from 2.18.0 to 2.18.2
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.18.0...v2.18.2)

Updates `tox` from 4.17.0 to 4.17.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.17.0...4.17.1)

Updates `pytest-httpserver` from 1.0.12 to 1.1.0
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases)
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst)
- [Commits](csernazs/pytest-httpserver@1.0.12...1.1.0)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pytest-httpserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-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 Aug 12, 2024
1 parent 8cefa71 commit 56dc2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"requests==2.32.3",
"google-cloud-storage==2.18.0",
"google-cloud-storage==2.18.2",
"junitparser==3.1.2",
"pydantic==1.10.17",
"opensearch-py==2.6.0",
Expand All @@ -38,13 +38,13 @@ elasticsearch-cleanup = "elasticsearch_cleanup.main:main"

[project.optional-dependencies]
test-runner = [
"tox==4.17.0",
"tox==4.17.1",
]
unit-tests = [
"freezegun==1.5.1",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-httpserver==1.0.12",
"pytest-httpserver==1.1.0",
]
coverage = [
"coverage[toml]==7.6.1",
Expand Down

0 comments on commit 56dc2b3

Please sign in to comment.