Skip to content

Commit

Permalink
Bump pywin32 from 300 to 302 (#38)
Browse files Browse the repository at this point in the history
Bumps [pywin32](https://github.com/mhammond/pywin32) from 300 to 302.
- [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:development
  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] authored Oct 24, 2021
1 parent 429aa18 commit 2964f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ coverage[toml]
pytest-cov>=2.5.1
nbval>=0.9.6
# Ref https://github.com/mhammond/pywin32/issues/1709
pywin32==300 ; sys_platform == 'win32'
pywin32==301 ; sys_platform == 'win32'
# Code quality assurance
pre-commit>=2.9.0

0 comments on commit 2964f2a

Please sign in to comment.