Skip to content

Commit 70ad4f7

Browse files
chore(deps-dev): bump types-pywin32 from 308.0.0.20250124 to 308.0.0.20250128 in /requirements in the types group (#7851)
* chore(deps-dev): bump types-pywin32 in /requirements in the types group Bumps the types group in /requirements with 1 update: [types-pywin32](https://github.com/python/typeshed). Updates `types-pywin32` from 308.0.0.20250124 to 308.0.0.20250128 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com> * Update dev.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vandita2020 <vandita.vk20@gmail.com>
1 parent 1109a6e commit 70ad4f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ pytest-cov==5.0.0; python_version<"3.9"
1010
# mypy adds new rules in new minor versions, which could cause our PR check to fail
1111
# here we fix its version and upgrade it manually in the future
1212
mypy==1.14.1
13-
types-pywin32==308.0.0.20250124
13+
types-pywin32==308.0.0.20250128; python_version>="3.9"
14+
types-pywin32==308.0.0.20241221; python_version<"3.9"
1415
types-PyYAML==6.0.12.20241230
1516
types-chevron==0.14.2.20250103
1617
types-psutil==6.1.0.20241221

0 commit comments

Comments
 (0)