diff --git a/poetry.lock b/poetry.lock index 2c6d317..7dfe4bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2809,13 +2809,13 @@ wikipedia = ["wikipedia"] [[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] @@ -2966,4 +2966,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "ca62cd6af30b108d0157155b1812513510ca9d128d3cdd2f02d6c98cb95a703a" +content-hash = "07da472a766d09a3a9019a205846be67505490005fdb259f4b15192a33ae3eec" diff --git a/pyproject.toml b/pyproject.toml index 2e69b06..2fd87c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ openai = "^0.27.7" tiktoken = "^0.4.0" faiss-cpu = "^1.7.4" halo = "^0.0.31" -urllib3 = "1.26.18" +urllib3 = "1.26.19" gitpython = "^3.1.31" questionary = "^1.10.0" sentence-transformers = "^2.2.2"