diff --git a/Pipfile b/Pipfile index 22ae477..ec9d81d 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ requests = "==2.31.0" python-dotenv = "*" schedule = "*" python-dateutil = "*" -urllib3 = "==1.26.18" +urllib3 = "==1.26.19" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 5591253..fc4878a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1f231a341ce807b1962d182af4ecf860d279193893eee333d13a5523996de076" + "sha256": "e2d75a6bbcc07f96e2f6b0c37943048183d960df340f09c352d7535d8d99d679" }, "pipfile-spec": 6, "requires": { @@ -174,12 +174,12 @@ }, "urllib3": { "hashes": [ - "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", - "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" + "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3", + "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", - "version": "==1.26.18" + "version": "==1.26.19" } }, "develop": {}