Skip to content

Commit

Permalink
merge (#1864)
Browse files Browse the repository at this point in the history
* merge

* Cleanup
  • Loading branch information
ternaus authored Aug 5, 2024
1 parent bcaf7d6 commit 39895a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion albumentations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.12"
__version__ = "1.4.13"
5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 39895a8

Please sign in to comment.