Skip to content

Commit

Permalink
build(deps): bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [hordelib](https://github.com/jug-dev/hordelib), [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `hordelib` to 2.2.4
- [Release notes](https://github.com/jug-dev/hordelib/releases)
- [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog)
- [Commits](Haidra-Org/hordelib@v2.2.3...v2.2.4)

Updates `black` from 23.11.0 to 23.12.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.11.0...23.12.0)

Updates `ruff` from 0.1.7 to 0.1.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@v0.1.7...v0.1.8)

---
updated-dependencies:
- dependency-name: hordelib
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent fcb6a50 commit 6e300cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest==7.4.3
mypy==1.7.1
black==23.11.0
ruff==0.1.7
black==23.12.0
ruff==0.1.8
tox~=4.11.4
pre-commit~=3.6.0
build>=0.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ torch>=2.1.0

horde_sdk>=0.7.15
horde_safety>=0.2.3
hordelib~=2.2.3
hordelib~=2.2.4
horde_model_reference

python-dotenv
Expand Down

0 comments on commit 6e300cd

Please sign in to comment.