diff --git a/poetry.lock b/poetry.lock index 0a2f83ad..57084a68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1353,21 +1353,21 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] @@ -1753,4 +1753,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8.1" -content-hash = "d7bd7af3e2d3c64526da4528dba0caa2832cefe1c7668b7d115a3af6ecd35a5e" +content-hash = "754c9eab3271cddddd93d004bed4208d92c9c56c1f093b04ee38db7060359c53" diff --git a/pyproject.toml b/pyproject.toml index ce1085e2..f3f5acf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ packages = [ [tool.poetry.dependencies] python = "<3.12,>=3.8.1" -requests = "^2.25.1" singer-sdk = {version = "^0.25.0", extras = ["testing"]} psycopg2-binary = "2.9.6" sshtunnel = "0.4.0"