diff --git a/Pipfile b/Pipfile index 56f317f..ca276c7 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ uvicorn = {extras = ["standard"], version = "==0.32.1"} [dev-packages] coverage = "==7.6.9" -ipython = "==8.30.0" +ipython = "==8.31.0" pytest = "==8.3.4" pytest-asyncio = "==0.24.0" pytest-cov = "==6.0.0" diff --git a/Pipfile.lock b/Pipfile.lock index 9a7176b..703e335 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "46e4a1f9a38b215bf752bd03c2f19434ab03076f4393316077c4819252a7bea4" + "sha256": "92ee8b7a7eeff8ef9d49ac9e5c7f7d919d881c0c5077831f01e5f518eef7207c" }, "pipfile-spec": 6, "requires": { @@ -1994,11 +1994,12 @@ }, "ipython": { "hashes": [ - "sha256:85ec56a7e20f6c38fce7727dcca699ae4ffc85985aa7b23635a8008f918ae321", - "sha256:cb0a405a306d2995a5cbb9901894d240784a9f341394c6ba3f4fe8c6eb89ff6e" + "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6", + "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b" ], "index": "pypi", - "version": "==8.30.0" + "markers": "python_version >= '3.10'", + "version": "==8.31.0" }, "jedi": { "hashes": [ @@ -2122,7 +2123,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.12'", "version": "==4.12.2" }, "wcwidth": {