Skip to content

Commit 7bc58ef

Browse files
authored
Merge pull request #24 from opsdisk/setup-update
Bumping version in setup.py to 1.7.0
2 parents 985487d + 71ff39d commit 7bc58ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="yagooglesearch",
8-
version="1.6.1",
8+
version="1.7.0",
99
author="Brennon Thomas",
1010
author_email="info@opsdisk.com",
1111
description="A Python library for executing intelligent, realistic-looking, and tunable Google searches.",
@@ -16,7 +16,7 @@
1616
package_data={"yagooglesearch": ["user_agents.txt"]},
1717
install_requires=[
1818
"beautifulsoup4>=4.9.3",
19-
"requests>=2.26.0",
19+
"requests>=2.31.0",
2020
"requests[socks]",
2121
],
2222
python_requires=">=3.6",

0 commit comments

Comments
 (0)