diff --git a/Pipfile b/Pipfile index 9b06094..c0b9164 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ pyparsing = "==2.4.7" pytest = "==6.2.4" python-dateutil = "==2.8.2" pytz = "==2021.1" -requests = "==2.31.0" +requests = "==2.32.2" six = "==1.16.0" starlette = "==0.14.2" toml = "==0.10.2" diff --git a/Pipfile.lock b/Pipfile.lock index fdc9a39..d94d231 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1bd560bf2a78e63e45c95d7d8491753c8f48f2ea1e8b625550e6817a7ea5455c" + "sha256": "f6917ccc22599272749e65e07438b93f460384c39978e0945b074337b82bb4fa" }, "pipfile-spec": 6, "requires": { @@ -277,12 +277,12 @@ }, "requests": { "hashes": [ - "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f", - "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" + "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289", + "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.31.0" + "markers": "python_version >= '3.8'", + "version": "==2.32.2" }, "setuptools": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index b51c390..b2a8210 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,11 +24,11 @@ pyparsing==2.4.7 pytest==6.2.4 python-dateutil==2.8.2 pytz==2021.1 -requests==2.31.0; python_version >= '3.7' +requests==2.32.2; python_version >= '3.8' setuptools==65.6.3; python_version >= '3.7' six==1.16.0 starlette==0.14.2 toml==0.10.2 typing-extensions==3.10.0.0 -urllib3==1.26.6 +urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' uvicorn==0.14.0