Skip to content

Commit

Permalink
Merge pull request #14 from plasticuproject/dependabot/pip/requests-2…
Browse files Browse the repository at this point in the history
….31.0

Bump requests from 2.27.1 to 2.31.0
  • Loading branch information
plasticuproject authored May 23, 2023
2 parents 3867e37 + ed8dafb commit 6ef1310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.27.1
requests==2.31.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Setup file"""
from setuptools import setup # type: ignore

VERSION = "1.3.6"
VERSION = "1.3.7"

with open("README.md", "r", encoding="utf-8") as fh:
LONG_DESCRIPTION = fh.read()
Expand Down

0 comments on commit 6ef1310

Please sign in to comment.