diff --git a/poetry.lock b/poetry.lock index 9403cb3..765b8f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1192,13 +1192,13 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "pip" -version = "22.2.2" +version = "23.3" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.7" files = [ - {file = "pip-22.2.2-py3-none-any.whl", hash = "sha256:b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a"}, - {file = "pip-22.2.2.tar.gz", hash = "sha256:3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b"}, + {file = "pip-23.3-py3-none-any.whl", hash = "sha256:bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b"}, + {file = "pip-23.3.tar.gz", hash = "sha256:bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e"}, ] [[package]] @@ -1896,4 +1896,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "1a1ae2a3543bdb561a15386bfe90ea5d9bb4056f40b1a24408e8d4f1e31cefb3" +content-hash = "0ceb3ed7a52227d3c7fdf81e5d58b32cf17a1f3bcb26e3cb12e4778c0a4571e4" diff --git a/pyproject.toml b/pyproject.toml index 421488a..95f4efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ seaborn = "^0.11" [tool.poetry.dev-dependencies] # --- package-management --- -pip = "^22.2" +pip = "^23.3" # --- task-management --- poethepoet = "^0.13"