From 3ab5c7c6eba04290ecf44070a6ee017ec85cdfb4 Mon Sep 17 00:00:00 2001 From: Manuel Lera-Ramirez Date: Thu, 24 Oct 2024 09:02:54 +0100 Subject: [PATCH 1/2] fix icon link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4872628c..b884a43b 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![icon](https://raw.githubusercontent.com/bjornFJohansson/pydna/master/docs/pics/pydna.resized.png) pydna +# ![icon](docs/_static/pydna.resized.png) pydna | [![Tests & Coverage](https://github.com/BjornFJohansson/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml/badge.svg?branch=dev_bjorn)](https://github.com/BjornFJohansson/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml) | [![codecov](https://codecov.io/gh/BjornFJohansson/pydna/branch/master/graph/badge.svg)](https://codecov.io/gh/BjornFJohansson/pydna/branch/master) | [![PyPI version](https://badge.fury.io/py/pydna.svg)](https://badge.fury.io/py/pydna) | [![Google group : pydna](https://img.shields.io/badge/Google%20Group-pydna-blue.svg)](https://groups.google.com/g/pydna) | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | From 2fec7b949adead4d238aab5cbe35d525d20c0228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:14:58 +0000 Subject: [PATCH 2/2] Bump nbstripout from 0.7.1 to 0.8.0 Bumps [nbstripout](https://github.com/kynan/nbstripout) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/kynan/nbstripout/releases) - [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md) - [Commits](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.0) --- updated-dependencies: - dependency-name: nbstripout dependency-type: direct:development 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 28e0c3dd..7ccb0b14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1664,13 +1664,13 @@ test = ["pep440", "pre-commit", "pytest", "testpath"] [[package]] name = "nbstripout" -version = "0.7.1" +version = "0.8.0" description = "Strips outputs from Jupyter and IPython notebooks" optional = false python-versions = ">=3.8" files = [ - {file = "nbstripout-0.7.1-py2.py3-none-any.whl", hash = "sha256:dfb0688b42b02ff13925e583313fc009c87342ad13b79ae0329357749aa6ed0c"}, - {file = "nbstripout-0.7.1.tar.gz", hash = "sha256:2aad3454dc13e356f2fc94917856bc44f2bed3add77e8ba9f3a78003074bcd84"}, + {file = "nbstripout-0.8.0-py2.py3-none-any.whl", hash = "sha256:b37f7b297fc6c02647d387d1049e4be8d0ecbf74640e502dce36ae93120ad420"}, + {file = "nbstripout-0.8.0.tar.gz", hash = "sha256:4b9b563c3704f9b59067627bec7d0d5c7437527ab6c3a72dd3cf895d46bf5a44"}, ] [package.dependencies] @@ -3272,4 +3272,4 @@ gel = ["matplotlib", "pillow", "scipy", "scipy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "5bf0ee05aa398dcc00aa506f0426ba0190bc0b817514d8e712c4130a99d0fa29" +content-hash = "9a4e052345508bfab6315b51aa346413bfb5e26ddd735c556f7bf2a9deca934b" diff --git a/pyproject.toml b/pyproject.toml index e474b013..f7d9f51d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ pre-commit = [ { version = ">3.6", python = ">=3.9" }, { version = "<3.6", python = "<3.9" }, ] -nbstripout = "^0.7.1" +nbstripout = ">=0.7.1,<0.9.0" [tool.pytest.ini_options] minversion = "6.0.2"