diff --git a/poetry.lock b/poetry.lock index 9cf407ca..9631a564 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1400,13 +1400,13 @@ files = [ [[package]] name = "pip" -version = "23.1.2" +version = "23.2" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.7" files = [ - {file = "pip-23.1.2-py3-none-any.whl", hash = "sha256:3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18"}, - {file = "pip-23.1.2.tar.gz", hash = "sha256:0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba"}, + {file = "pip-23.2-py3-none-any.whl", hash = "sha256:78e5353a9dda374b462f2054f83a7b63f3f065c98236a68361845c1b0ee7e35f"}, + {file = "pip-23.2.tar.gz", hash = "sha256:a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c"}, ] [[package]] @@ -2733,4 +2733,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<=3.11" -content-hash = "49746840a74a67f7fe099a57515d4b03ec08c5e07237b0ffe8b95615feaba604" +content-hash = "d9edd9dd4117e7a9f48b1504c466d1fa9d576b8c948218bb2ed1d3e0299200e6" diff --git a/pyproject.toml b/pyproject.toml index 87ed801a..7cc81431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ bolster = "bolster.cli:main" Changelog = "https://github.com/andrewbolster/bolster/releases" [tool.poetry.dev-dependencies] -pip = "23.1.2" +pip = "23.2" bump2version = "1.0.1" wheel = "0.40.0" watchdog = "3.0.0"