Skip to content

Commit

Permalink
Bump the deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [more-itertools](https://github.com/more-itertools/more-itertools), [numpy](https://github.com/numpy/numpy) and [ruff](https://github.com/astral-sh/ruff).


Updates `more-itertools` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.2.0...v10.3.0)

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

Updates `ruff` from 0.4.8 to 0.4.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@v0.4.8...v0.4.9)

---
updated-dependencies:
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brndnmtthws committed Jun 17, 2024
1 parent 784c5ff commit e008941
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 60 deletions.
127 changes: 68 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = "1.12.3"
click-log = "^0.4.0"
ib_insync = "^0.9.86"
more-itertools = ">=9.1,<11.0"
numpy = "^1.26.0"
numpy = ">=1.26,<3.0"
python = ">=3.10,<3.13"
python-dateutil = "^2.8.1"
pytimeparse = "^1.1.8"
Expand Down

0 comments on commit e008941

Please sign in to comment.