From 8fa5f9fe9fba0e90f2c94aa8e6f649540c3b0077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:19:01 +0000 Subject: [PATCH] Bump ipykernel from 6.28.0 to 6.29.0 Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.28.0 to 6.29.0. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.28.0...v6.29.0) --- updated-dependencies: - dependency-name: ipykernel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a29ae8..030dcce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1281,13 +1281,13 @@ files = [ [[package]] name = "ipykernel" -version = "6.28.0" +version = "6.29.0" description = "IPython Kernel for Jupyter" optional = false python-versions = ">=3.8" files = [ - {file = "ipykernel-6.28.0-py3-none-any.whl", hash = "sha256:c6e9a9c63a7f4095c0a22a79f765f079f9ec7be4f2430a898ddea889e8665661"}, - {file = "ipykernel-6.28.0.tar.gz", hash = "sha256:69c11403d26de69df02225916f916b37ea4b9af417da0a8c827f84328d88e5f3"}, + {file = "ipykernel-6.29.0-py3-none-any.whl", hash = "sha256:076663ca68492576f051e4af7720d33f34383e655f2be0d544c8b1c9de915b2f"}, + {file = "ipykernel-6.29.0.tar.gz", hash = "sha256:b5dd3013cab7b330df712891c96cd1ab868c27a7159e606f762015e9bf8ceb3f"}, ] [package.dependencies] @@ -1310,7 +1310,7 @@ cov = ["coverage[toml]", "curio", "matplotlib", "pytest-cov", "trio"] docs = ["myst-parser", "pydata-sphinx-theme", "sphinx", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "trio"] pyqt5 = ["pyqt5"] pyside6 = ["pyside6"] -test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio", "pytest-cov", "pytest-timeout"] +test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0)", "pytest-asyncio (==0.23.2)", "pytest-cov", "pytest-timeout"] [[package]] name = "ipython" @@ -4224,4 +4224,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "211cab1cb70f4c85de5f93520787b624d2b190b8a2a83a224c95b3bd1cde89a5" +content-hash = "d84b419b6a1316e2b0cb84e0d4b9ef83e25f48fb995e2d3b32defcc197b7cc5f" diff --git a/pyproject.toml b/pyproject.toml index 6eacc3c..7aa5bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ hipster = 'hipster:main' astropy = "^6.0.0" healpy = "^1.16.6" hyperspherical-vae = {git = "https://github.com/nicola-decao/s-vae-pytorch.git"} -ipykernel = "^6.27.1" +ipykernel = "^6.29.0" jsonargparse = {extras = ["signatures"], version = "^4.27.1"} lightning = "^2.1.2" matplotlib = "^3.8.2"