Skip to content

Commit

Permalink
Bump the pip-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 3 updates: [harmony-service-lib](https://github.com/nasa/harmony-service-lib-py), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest).


Updates `harmony-service-lib` from 1.0.27 to 2.0.0
- [Release notes](https://github.com/nasa/harmony-service-lib-py/releases)
- [Commits](nasa/harmony-service-lib-py@v1.0.27...v2.0.0)

Updates `ruff` from 0.6.3 to 0.6.8
- [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.6.3...0.6.8)

Updates `pytest` from 8.3.2 to 8.3.3
- [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.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: harmony-service-lib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 9670e3c commit d6f5464
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 35 deletions.
77 changes: 43 additions & 34 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 @@ -13,7 +13,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
harmony-service-lib = "^1.0.26"
harmony-service-lib = ">=1.0.26,<3.0.0"

[tool.poetry.scripts]
batchee_harmony = 'batcher.harmony.cli:main'
Expand Down

0 comments on commit d6f5464

Please sign in to comment.