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: Adds support for generating transparent images via layer diffusion #224

Merged
merged 27 commits into from
Jul 23, 2024

Conversation

dependabot bot and others added 7 commits July 8, 2024 10:04
…0 updates

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit), [numpy](https://github.com/numpy/numpy), [horde-sdk](https://github.com/Haidra-Org/horde-sdk), [horde-engine](https://github.com/Haidra-Org/hordelib), [horde-model-reference](https://github.com/Haidra-Org/horde-model-reference) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.

Updates `pytest` from 8.2.0 to 8.2.2
- [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.2.0...8.2.2)

Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `ruff` from 0.4.2 to 0.5.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.4.2...0.5.1)

Updates `tox` to 4.16.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.15.0...4.16.0)

Updates `pre-commit` to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

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 `horde-sdk` to 0.13.1
- [Release notes](https://github.com/Haidra-Org/horde-sdk/releases)
- [Changelog](https://github.com/Haidra-Org/horde-sdk/blob/main/.changelog)
- [Commits](Haidra-Org/horde-sdk@v0.10.0...v0.13.1)

Updates `horde-engine` to 2.13.0
- [Release notes](https://github.com/Haidra-Org/hordelib/releases)
- [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog)
- [Commits](Haidra-Org/hordelib@v2.11.1...v2.13.0)

Updates `horde-model-reference` to 0.7.0
- [Release notes](https://github.com/Haidra-Org/horde-model-reference/releases)
- [Commits](Haidra-Org/horde-model-reference@v0.6.3...v0.7.0)

Updates `pydantic` to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.1...v2.8.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
- dependency-name: pre-commit
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: horde-sdk
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: horde-engine
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: horde-model-reference
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>

chore: update pre-commit deps

chore: maintain numpy `1.26.4` pin

chore: ignore venv by pattern

chore: fix pre-commit mypy dep pin

chore: maintain current compat. version pins
This changed in horde_sdk v0.11.0 to better represent the shared nature of this API object.
requires updated horde-engine
requires updated SDK
fix: adjust requirement for latest hordelib

fix: typo in pre-commit mypy deps
@tazlin tazlin merged commit 702a96d into main Jul 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants