From df21d13fcf8e886742b5e054defc8aaf531a740a Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sat, 30 Sep 2023 09:05:52 -0400 Subject: [PATCH] Bump dependencies in pyproject.toml Dependabot only bumped them in poetry.lock, for some reason. This commit also regenerates poetry.lock, but as expected, only the hash is different, since the dependencies were already bumped. --- poetry.lock | 2 +- pyproject.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b72fcdfd..ceec9c40 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2440,4 +2440,4 @@ test = ["mypy", "pre-commit", "pytest", "pytest-asyncio", "uvicorn", "websockets [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "f63735c19e237bdcbb9859fb96840438637fc4624c2d2264d9c70e43054fa7a0" +content-hash = "476b0a55b2f59545527621ac59f64d5dfdfc0764fe9da6e8c6d29113656f9240" diff --git a/pyproject.toml b/pyproject.toml index 9af9188b..dbbfb1bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,21 +28,21 @@ classifiers = [ [tool.poetry.dependencies] python = "~3.11" graphviz = "^0.20.1" -ipykernel = "^6.25.1" +ipykernel = "^6.25.2" more-itertools = "^10.1.0" -numpy = "^1.25.2" +numpy = "^1.26.0" sympy = "^1.12" [tool.poetry.group.notebook.dependencies] -ipython = "^8.14.0" -jupyter-collaboration = "^1.1.0" -jupyterlab = "^4.0.5" +ipython = "^8.16.0" +jupyter-collaboration = "^1.2.0" +jupyterlab = "^4.0.6" nbdime = "^3.2.1" [tool.poetry.group.test.dependencies] doctestfn = "^1.0.3" parameterized = "^0.9.0" -pytest = "^7.4.0" +pytest = "^7.4.2" pytest-subtests = "^0.11.0" [tool.poetry.group.analyzers.dependencies]