Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 1a6bbd0

Browse files
authored
Bump requests to 2.31.0 (#16)
1 parent 00bd506 commit 1a6bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
packages=find_packages(exclude=["test", "test.*", "examples", "examples.*"]),
3232
python_requires=">=3.8.*",
3333
include_package_data=True,
34-
install_requires=["requests~=2.26.0"],
34+
install_requires=["requests~=2.31.0"],
3535
)

0 commit comments

Comments
 (0)