Skip to content

Commit

Permalink
chore(deps): bump pywin32 from 303 to 305
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2022
1 parent edb3e95 commit 4518ef4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 57 deletions.
76 changes: 20 additions & 56 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python-dotenv = ">=0.14.0,<0.18.0"
ecdsa = ">=0.15,<0.17.0"
importlib-metadata = ">4,<5"

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

# cli, test_tools extras
click = { version = "^8.0.0", optional = true }
Expand Down

0 comments on commit 4518ef4

Please sign in to comment.