Skip to content

Commit 6a19709

Browse files
chore(deps-dev): bump the types group across 1 directory with 3 updates (#7918)
Bumps the types group with 3 updates in the /requirements directory: [types-setuptools](https://github.com/python/typeshed), [types-pygments](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed). Updates `types-setuptools` from 75.8.0.20250210 to 75.8.2.20250305 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pygments` from 2.19.0.20250219 to 2.19.0.20250305 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.32.0.20241016 to 2.32.0.20250301 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-pygments dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df4f357 commit 6a19709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ types-pywin32==308.0.0.20241221; python_version<"3.9"
1515
types-PyYAML==6.0.12.20241230
1616
types-chevron==0.14.2.20250103
1717
types-psutil==7.0.0.20250218
18-
types-setuptools==75.8.0.20250210
19-
types-Pygments==2.19.0.20250219
18+
types-setuptools==75.8.2.20250305
19+
types-Pygments==2.19.0.20250305
2020
types-colorama==0.4.15.20240311
2121
types-dateparser==1.2.0.20250208
2222
types-docutils==0.21.0.20241128
@@ -25,7 +25,7 @@ types-pyOpenSSL==24.1.0.20240722
2525
# lucashuy: pin `types-request` based on the Python version since newer versions of
2626
# the types require a newer version of requests, which is only installed in newer versions of Python
2727
types-requests==2.31.0.6; python_version<"3.10"
28-
types-requests==2.32.0.20241016; python_version>="3.10"
28+
types-requests==2.32.0.20250301; python_version>="3.10"
2929
types-urllib3==1.26.25.14
3030

3131
# Test requirements

0 commit comments

Comments
 (0)