Skip to content

Commit

Permalink
chore(deps): update dependency mypy to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and loonghao committed Oct 1, 2024
1 parent d7099d1 commit 623089d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoshop-python-api"
version = "0.22.4"
version = "0.22.3"
description = "Python API for Photoshop."
homepage = "https://github.com/loonghao/photoshop-python-api"
repository = "https://github.com/loonghao/photoshop-python-api"
Expand Down Expand Up @@ -30,7 +30,7 @@ generate-setup-file = false

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
wheel = "^0.42.0"
wheel = "^0.41.0"
comtypes = "^1.1.11"

[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.22.4"
version = "0.22.3"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 623089d

Please sign in to comment.