diff --git a/poetry.lock b/poetry.lock index 2abf1c48a..4cb1fd6d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1068,7 +1068,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.28.2" +version = "2.28.3" description = "Typing stubs for requests" category = "dev" optional = false @@ -1160,7 +1160,7 @@ docs = ["sphinx", "sphinx-rtd-theme", "sphinx-copybutton", "myst-parser"] [metadata] lock-version = "1.1" python-versions = "<3.11,>=3.7.1" -content-hash = "b230dc9fec1dd1f774bd0af581fc22696c5c1562c1d46c07c7c23c68aa38c990" +content-hash = "b74b78cb9ce97818736201985548a194774c710b054165ef5b0aa9073c0610c5" [metadata.files] alabaster = [ @@ -1995,8 +1995,8 @@ types-python-dateutil = [ {file = "types_python_dateutil-2.8.19-py3-none-any.whl", hash = "sha256:6284df1e4783d8fc6e587f0317a81333856b872a6669a282f8a325342bce7fa8"}, ] types-requests = [ - {file = "types-requests-2.28.2.tar.gz", hash = "sha256:398f88cd9302c796cb63d1021af2a1fb7ae507741a3d508edf8e0746d8c16a04"}, - {file = "types_requests-2.28.2-py3-none-any.whl", hash = "sha256:c164696bfdce0123901165c5f097a6cc4f6326268c65815d4b6a57eacfec5e81"}, + {file = "types-requests-2.28.3.tar.gz", hash = "sha256:fb9ea69311766967f9e91861211ec7449f6484025b766ea709689c0dbb29d7ba"}, + {file = "types_requests-2.28.3-py3-none-any.whl", hash = "sha256:66f0e427708588d4dac2f365a0b2c1ad8f31780429fd8ad193fec93139b22112"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.7.tar.gz", hash = "sha256:cfd1fbbe4ba9a605ed148294008aac8a7b8b7472651d1cc357d507ae5962e3d2"}, diff --git a/pyproject.toml b/pyproject.toml index 73fa82abf..da95730e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ viztracer = "^0.15.3" requests-mock = "^1.9.3" sqlalchemy2-stubs = {version = "^0.0.2a24", allow-prereleases = true} types-python-dateutil = "^2.8.19" -types-requests = "^2.28.2" +types-requests = "^2.28.3" coverage = {extras = ["toml"], version = "^6.4"} # Cookiecutter tests