Skip to content

Commit e27ef4c

Browse files
build(deps): bump requests from 2.31.0 to 2.32.0 (microsoft#2443)
1 parent 7cc2bc9 commit e27ef4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

local-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest-cov==5.0.0
1515
pytest-repeat==0.9.3
1616
pytest-timeout==2.3.1
1717
pytest-xdist==3.6.1
18-
requests==2.31.0
18+
requests==2.32.0
1919
service_identity==24.1.0
2020
setuptools==69.5.1
2121
twisted==24.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==68.2.2", "setuptools-scm==8.0.4", "wheel==0.42.0", "auditwheel==5.4.0"]
2+
requires = ["setuptools==68.2.2", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==5.4.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _download_and_extract_local_driver(
222222
"pyee==11.1.0",
223223
],
224224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225-
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
225+
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
226226
classifiers=[
227227
"Topic :: Software Development :: Testing",
228228
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)