Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: latest comfyui, intial pyinstaller support #182

Merged
merged 8 commits into from
Feb 6, 2024
Merged

feat: latest comfyui, intial pyinstaller support #182

merged 8 commits into from
Feb 6, 2024

Conversation

tazlin
Copy link
Member

@tazlin tazlin commented Feb 6, 2024

Minor version bump to permit for pypi publishing and reduced friction in testing the worker/github actions using the PyInstaller changes.

See also:

tazlin and others added 8 commits February 1, 2024 12:58
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [tox](https://github.com/tox-dev/tox) to permit the latest version.

Updates `pytest` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

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

Updates `ruff` from 0.1.11 to 0.2.1
- [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.11...v0.2.1)

Updates `tox` to 4.12.1
- [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.11.4...4.12.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: tox
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
also adds `horde_sdk` to mypy hook addtl. deps, and applies the `black` format changes now required
…s-9b845d9065

build(deps-dev): bump the python-packages group with 4 updates
@tazlin tazlin added the release:minor Version _.x._ label Feb 6, 2024
@tazlin tazlin merged commit 13c65f9 into releases Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:minor Version _.x._
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant