Skip to content

Commit c367d50

Browse files
chore(deps): bump pywin32 from 303 to 305
Bumps [pywin32](https://github.com/mhammond/pywin32) from 303 to 305. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ed8620 commit c367d50

File tree

2 files changed

+24
-57
lines changed

2 files changed

+24
-57
lines changed

poetry.lock

+23-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python-dotenv = ">=0.14.0,<0.18.0"
5252
ecdsa = ">=0.15,<0.17.0"
5353
importlib-metadata = ">4,<5"
5454

55-
pywin32 = { version = "==303", markers = "sys_platform == 'win32' or platform_system == 'Windows'" }
55+
pywin32 = { version = "==305", markers = "sys_platform == 'win32' or platform_system == 'Windows'" }
5656

5757
# cli, test_tools extras
5858
click = { version = "^8.0.0", optional = true }

0 commit comments

Comments
 (0)