diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 720e23bd0..5599aea7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: types: [python] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.5 + rev: v0.5.6 hooks: # Run the linter. - id: ruff @@ -70,11 +70,11 @@ repos: hooks: - id: markdownlint - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.0" + rev: "2.2.1" hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy files: ^albumentations/ diff --git a/albumentations/_version.py b/albumentations/_version.py index 2736991ac..0885eb113 100644 --- a/albumentations/_version.py +++ b/albumentations/_version.py @@ -1 +1 @@ -__version__ = "1.4.12" +__version__ = "1.4.13" diff --git a/requirements-dev.txt b/requirements-dev.txt index 32c67c719..12f75a876 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,13 +1,12 @@ deepdiff>=6.7.1 eval-type-backport -mypy>=1.11.0 +mypy>=1.11.1 pre_commit>=3.5.0 pytest>=8.2.2 pytest_cov>=5.0.0 pytest_mock>=3.14.0 requests>=2.31.0 -ruff>=0.5.5 +ruff>=0.5.6 tomli>=2.0.1 -types-pkg-resources types-PyYAML types-setuptools