Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.0 (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 22, 2024
1 parent 7cc2bc9 commit e27ef4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-cov==5.0.0
pytest-repeat==0.9.3
pytest-timeout==2.3.1
pytest-xdist==3.6.1
requests==2.31.0
requests==2.32.0
service_identity==24.1.0
setuptools==69.5.1
twisted==24.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==68.2.2", "setuptools-scm==8.0.4", "wheel==0.42.0", "auditwheel==5.4.0"]
requires = ["setuptools==68.2.2", "setuptools-scm==8.1.0", "wheel==0.42.0", "auditwheel==5.4.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _download_and_extract_local_driver(
"pyee==11.1.0",
],
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
setup_requires=["setuptools-scm==8.0.4", "wheel==0.42.0"],
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
classifiers=[
"Topic :: Software Development :: Testing",
"Topic :: Internet :: WWW/HTTP :: Browsers",
Expand Down

0 comments on commit e27ef4c

Please sign in to comment.