Skip to content

Commit 5bc50f8

Browse files
Update dependency requests to v2.34.0 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e635f2 commit 5bc50f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def read(fname):
3030
package_data={"pirateweather": ["LICENSE.txt", "README.md"]},
3131
long_description=open("README.md").read(),
3232
long_description_content_type="text/markdown",
33-
install_requires=["requests==2.33.1"],
33+
install_requires=["requests==2.34.0"],
3434
)

0 commit comments

Comments
 (0)