diff --git a/poetry.lock b/poetry.lock index 3eba8c78..03892152 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2076,13 +2076,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -2141,4 +2141,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "718fb1a3539f4c5f713316e5befa80fd54420b5badfcc3abdb61bfaa3a9937ae" +content-hash = "b52cda477fc8e9f558135adb913b68e0dfd090b1b20642dff3edd5e678fb1a50" diff --git a/pyproject.toml b/pyproject.toml index d0ad2f69..6e6633b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ sqlparse = "^0.5.0" tablib = "^2.0.0" text-unidecode = "^1.3" tokenize-rt = "^3.2.0" -urllib3 = "^1.26.18" +urllib3 = "^1.26.19" webencodings = "^0.5.1" xlrd = "^1.2.0" xlwt = "^1.3.0"