Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…6 updates (#323)

Bumps the python-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `2.17.0` | `2.18.0` |
| [plotly](https://github.com/plotly/plotly.py) | `5.22.0` | `5.23.0` |
| [numpy](https://github.com/numpy/numpy) | `2.0.0` | `2.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) | `1.0.10` | `1.0.12` |
| [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` |



Updates `google-cloud-storage` from 2.17.0 to 2.18.0
- [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.17.0...v2.18.0)

Updates `plotly` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.22.0...v5.23.0)

Updates `numpy` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.0...v2.0.1)

Updates `pytest` from 8.2.2 to 8.3.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.2.2...8.3.2)

Updates `pytest-httpserver` from 1.0.10 to 1.0.12
- [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.10...1.0.12)

Updates `mypy` from 1.10.1 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest-httpserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-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 Jul 29, 2024
1 parent 84039a1 commit 3cbc6f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3"]
dependencies = [
"requests==2.32.3",
"google-cloud-storage==2.17.0",
"google-cloud-storage==2.18.0",
"junitparser==3.1.2",
"pydantic==1.10.17",
"opensearch-py==2.6.0",
"slack_sdk==3.31.0",
"plotly==5.22.0",
"plotly==5.23.0",
"kaleido==0.2.1",
"python-dateutil==2.9.0.post0",
"retry==0.9.2",
"pandas==2.2.2",
"numpy==2.0.0",
"numpy==2.0.1",
"mmh3==4.1.0",
]
dynamic = ["version"]
Expand All @@ -42,17 +42,17 @@ test-runner = [
]
unit-tests = [
"freezegun==1.5.1",
"pytest==8.2.2",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-httpserver==1.0.10",
"pytest-httpserver==1.0.12",
]
coverage = [
"coverage[toml]==7.6.0",
]
lint = [
"black==24.4.2",
"isort==5.13.2",
"mypy==1.10.1",
"mypy==1.11.0",
]

[tool.tox]
Expand Down

0 comments on commit 3cbc6f5

Please sign in to comment.