Skip to content

Commit e1aeec6

Browse files
⬆️ Bump urllib3 from 1.26.3 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b332728 commit e1aeec6

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
@@ -18,7 +18,7 @@
1818
url="""https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper""",
1919
download_url=f"https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper/archive/v{version}.tar.gz",
2020
keywords=["api wrapper", "wrapper", "api", "jokes", "python", "joke api"],
21-
install_requires=["urllib3==1.25.8", "simplejson==3.17.0", "python-dotenv==0.13.0"],
21+
install_requires=["urllib3==1.26.5", "simplejson==3.17.0", "python-dotenv==0.13.0"],
2222
classifiers=[
2323
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)