Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the types group across 1 directory with 2 updates #7913

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps-dev): bump the types group across 1 directory with 2 updates
Bumps the types group with 2 updates in the /requirements directory: [types-setuptools](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.20250301
- [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-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
commit 81b068a6e5e5f4df46430beb05c7b18d4844d03a
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ types-pywin32==308.0.0.20241221; python_version<"3.9"
types-PyYAML==6.0.12.20241230
types-chevron==0.14.2.20250103
types-psutil==7.0.0.20250218
types-setuptools==75.8.0.20250210
types-setuptools==75.8.2.20250301
types-Pygments==2.19.0.20250219
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20250208
@@ -25,7 +25,7 @@ types-pyOpenSSL==24.1.0.20240722
# lucashuy: pin `types-request` based on the Python version since newer versions of
# the types require a newer version of requests, which is only installed in newer versions of Python
types-requests==2.31.0.6; python_version<"3.10"
types-requests==2.32.0.20241016; python_version>="3.10"
types-requests==2.32.0.20250301; python_version>="3.10"
types-urllib3==1.26.25.14

# Test requirements
Loading
Oops, something went wrong.