Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 2 updates (#330)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates: [numpy](https://github.com/numpy/numpy) and [tox](https://github.com/tox-dev/tox).


Updates `numpy` from 2.0.1 to 2.1.0
- [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.1...v2.1.0)

Updates `tox` from 4.17.1 to 4.18.0
- [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.1...4.18.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: tox
  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 19, 2024
1 parent 56dc2b3 commit ab22780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"python-dateutil==2.9.0.post0",
"retry==0.9.2",
"pandas==2.2.2",
"numpy==2.0.1",
"numpy==2.1.0",
"mmh3==4.1.0",
]
dynamic = ["version"]
Expand All @@ -38,7 +38,7 @@ elasticsearch-cleanup = "elasticsearch_cleanup.main:main"

[project.optional-dependencies]
test-runner = [
"tox==4.17.1",
"tox==4.18.0",
]
unit-tests = [
"freezegun==1.5.1",
Expand Down

0 comments on commit ab22780

Please sign in to comment.