diff --git a/client/build-requirements.txt b/client/build-requirements.txt index 04105e9ca0..a25910d71f 100644 --- a/client/build-requirements.txt +++ b/client/build-requirements.txt @@ -1,14 +1,9 @@ alembic==1.1.0 --hash=sha256:5908bd669bc67bd8ee143150fd9d21205d7f9c36e87587e06370639138af4d01 arrow==0.12.1 --hash=sha256:e2742eb33011f7aff1d5f27501d802680b6627939f20ff2ef56f050c14af59fa -certifi==2023.7.22 --hash=sha256:920fc822272317b0d13e60eef0405ddd7f921e08dd21150a9eb613c863e31c2a -charset-normalizer==2.0.4 --hash=sha256:cd9a4492eef4e5276c07f9c0dc1338e7be3e95f2a536bf2c5b620b1f27d03d74 -idna==3.2 --hash=sha256:691d9fc304505c65ea9ceb8eb7385d63988e344c065cacbbd2156ff9bdfcf0c1 jinja2==3.1.3 --hash=sha256:764740680cf22a4a0b5d5dae8006fd5468310da0e81a6899d349cc4a44a0315f mako==1.2.2 --hash=sha256:f61384bcc80318821d1116891a82bb0ff18a9a4035c7c4eff72aced45ab590b5 markupsafe==2.0.1 --hash=sha256:e61445980f0dcd584d728844d8ad516c9e460bd71f53c14c0269d73de6fba6be --hash=sha256:9a055a175f351a559937fb80ebb2885d005283577a016c0139817e261fb759eb python-dateutil==2.7.5 --hash=sha256:2961735b604e5165d923a4e39b9bcbde6a4c363f257f5477b6339459fd7c1679 python-editor==1.0.3 --hash=sha256:42e5b2a7583cd278dff00ae1fc6b8b735da0502ceeb0914991eaaf5f91ac84ac -requests==2.31.0 --hash=sha256:9f7f0f507fe7a9e10ea51e666da60aafcfcda94c71f0cac477dbadd8d25de49f six==1.11.0 --hash=sha256:eb52689b06ca7433c1cac3b91f320400bd3b358790b7ff4b6367cb1c81d37561 sqlalchemy==1.3.3 --hash=sha256:6883fcbac625a58b913ad7c546008f83071eafae6767bb570b2f47872bc211d2 --hash=sha256:86ed1e4985a9fd4f3c784da1fcefb89f4435c1c70815f43e5741c0c9f3c79be3 -urllib3==1.26.6 --hash=sha256:7a2814749409a681ab58babe6539b02a2f84f6649904211f90fb649811ae7b36 diff --git a/client/poetry.lock b/client/poetry.lock index 0d5527e406..29ce66c4be 100644 --- a/client/poetry.lock +++ b/client/poetry.lock @@ -1783,20 +1783,6 @@ files = [ {file = "types_python_dateutil-2.8.19.14-py3-none-any.whl", hash = "sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9"}, ] -[[package]] -name = "types-requests" -version = "2.31.0.6" -description = "Typing stubs for requests" -optional = false -python-versions = ">=3.7" -files = [ - {file = "types-requests-2.31.0.6.tar.gz", hash = "sha256:cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0"}, - {file = "types_requests-2.31.0.6-py3-none-any.whl", hash = "sha256:a2db9cb228a81da8348b49ad6db3f5519452dd20a9c1e1a868c83c5fe88fd1a9"}, -] - -[package.dependencies] -types-urllib3 = "*" - [[package]] name = "types-setuptools" version = "68.2.0.0" @@ -1808,17 +1794,6 @@ files = [ {file = "types_setuptools-68.2.0.0-py3-none-any.whl", hash = "sha256:77edcc843e53f8fc83bb1a840684841f3dc804ec94562623bfa2ea70d5a2ba1b"}, ] -[[package]] -name = "types-urllib3" -version = "1.26.25.14" -description = "Typing stubs for urllib3" -optional = false -python-versions = "*" -files = [ - {file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"}, - {file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"}, -] - [[package]] name = "typing-extensions" version = "4.8.0" @@ -2050,4 +2025,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9607364ddb44d0617974229af0930610f1a1b784cf9a32ebcd2e043177505029" +content-hash = "fb1a03b0abe54295e75a2acc3b9191d882b22bb319e5d6e309e0b47532ac3599" diff --git a/client/pyproject.toml b/client/pyproject.toml index 0c4e0883b0..ace67dd616 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -13,7 +13,6 @@ SQLAlchemy = "^1.3.3" alembic = "^1.1.0" arrow = "^0.12.1" python-dateutil = "^2.7.5" -requests = "^2.31.0" [tool.poetry.group.dev.dependencies] # In production these two are installed using a system package @@ -41,6 +40,5 @@ semgrep = "*" translate-toolkit = "*" types-polib = "*" types-python-dateutil = "*" -types-requests = "^2.31.0" types-setuptools = "^68.0.0" vcrpy = "^5.1.0"