diff --git a/poetry.lock b/poetry.lock index d169a5b..e0a4e47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -390,13 +390,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.3" +version = "1.26.5" 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.*, <4" files = [ - {file = "urllib3-1.26.3-py2.py3-none-any.whl", hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80"}, - {file = "urllib3-1.26.3.tar.gz", hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"}, + {file = "urllib3-1.26.5-py2.py3-none-any.whl", hash = "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c"}, + {file = "urllib3-1.26.5.tar.gz", hash = "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"}, ] [package.extras] @@ -422,4 +422,4 @@ watchdog = ["watchdog"] [metadata] lock-version = "2.0" python-versions = "^3.6" -content-hash = "9bc6c06197104d8c5cdf97337fc5403069f4969dffda03a83d8629fd4c80e430" +content-hash = "52235b134805f9cef051a962c6c335bead4d3a62c8809bfb550e652b1b4cbf4a" diff --git a/pyproject.toml b/pyproject.toml index 60f7aa4..59ac928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pycparser = "2.20" python-dateutil = "2.8.1" requests = "2.25.1" six = "1.15.0" -urllib3 = "1.26.3" +urllib3 = "1.26.5" werkzeug = "1.0.1" [tool.poetry.dev-dependencies]