Skip to content

Commit

Permalink
⬆️ Bump pywin32 from 305 to 306 (#73)
Browse files Browse the repository at this point in the history
Bumps [pywin32](https://github.com/mhammond/pywin32) from 305 to 306.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2023
1 parent 27d2c06 commit 13c2010
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -30,7 +30,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.7"
pyxdg = { version = ">=0.27,<0.29", markers = "sys_platform == 'linux'" }
pywin32 = { version = ">=303,<306", markers = "sys_platform == 'win32'" }
pywin32 = { version = ">=303,<307", markers = "sys_platform == 'win32'" }

[tool.poetry.dev-dependencies]
autoflake = "^1.7.8"
Expand Down

0 comments on commit 13c2010

Please sign in to comment.