Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 4 updates (#…
Browse files Browse the repository at this point in the history
…831)

* Bump the python-requirements group across 1 directory with 4 updates

Bumps the python-requirements group with 4 updates in the / directory: [upolygon](https://github.com/v7labs/upolygon), [responses](https://github.com/getsentry/responses), [ruff](https://github.com/astral-sh/ruff) and [validate-pyproject](https://github.com/abravalheri/validate-pyproject).


Updates `upolygon` from 0.1.10 to 0.1.11
- [Release notes](https://github.com/v7labs/upolygon/releases)
- [Commits](v7labs/upolygon@v0.1.10...v0.1.11)

Updates `responses` from 0.22.0 to 0.25.0
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.22.0...0.25.0)

Updates `ruff` from 0.3.7 to 0.4.2
- [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.3.7...v0.4.2)

Updates `validate-pyproject` from 0.15 to 0.16
- [Release notes](https://github.com/abravalheri/validate-pyproject/releases)
- [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst)
- [Commits](abravalheri/validate-pyproject@v0.15...v0.16)

---
updated-dependencies:
- dependency-name: upolygon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: responses
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: validate-pyproject
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

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

* Formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Wilkie <john@v7labs.com>
  • Loading branch information
dependabot[bot] and JBWilkie committed Apr 30, 2024
1 parent 6d92814 commit f84fabb
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 58 deletions.
128 changes: 75 additions & 53 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ toml = "^0.10.2"
tqdm = "^4.64.1"
types-pyyaml = "^6.0.12.9"
types-requests = "^2.28.11.8"
upolygon = "0.1.10"
upolygon = "0.1.11"

[tool.poetry.extras]
dev = ["black", "isort", "flake8", "mypy", "debugpy", "responses", "pytest", "flake8-pyproject", "pytest-rerunfailures", "ruff", "validate-pyproject"]
Expand Down Expand Up @@ -138,7 +138,7 @@ version = "^1.5"

[tool.poetry.dependencies.responses]
optional = true
version = "^0.22.0"
version = ">=0.22,<0.26"

[tool.poetry.dependencies.pytest]
optional = true
Expand All @@ -165,8 +165,8 @@ version = "^12.0"

[tool.poetry.dependencies.ruff]
optional = true
version = ">=0.0.292,<0.3.8"
version = ">=0.0.292,<0.4.3"

[tool.poetry.dependencies.validate-pyproject]
optional = true
version = "^0.15"
version = ">=0.15,<0.17"
1 change: 0 additions & 1 deletion tests/darwin/exporter/formats/export_mask_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from numpy.typing import NDArray
except ImportError:
NDArray = Any # type:ignore
from PIL import Image

from darwin import datatypes as dt
from darwin.exporter.formats.mask import (
Expand Down

0 comments on commit f84fabb

Please sign in to comment.