From ec8280ad118d766f6fd6544ac1e07f7bedc5b65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:39:09 -0700 Subject: [PATCH] Bump typeguard from 4.1.5 to 4.2.1 (#262) * Bump typeguard from 4.1.5 to 4.2.1 Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.1.5 to 4.2.1. - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.1.5...4.2.1) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment * [dependabot skip] Update env file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyiron-runner --- .binder/environment.yml | 2 +- .ci_support/environment.yml | 2 +- docs/environment.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 9e772e2b..cb334f95 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -14,7 +14,7 @@ dependencies: - pympipool =0.7.13 - python-graphviz =0.20.3 - toposort =1.10 -- typeguard =4.1.5 +- typeguard =4.2.1 - ase =3.22.1 - atomistics =0.1.23 - lammps diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 879c77e0..a809023f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,4 +14,4 @@ dependencies: - pympipool =0.7.13 - python-graphviz =0.20.3 - toposort =1.10 -- typeguard =4.1.5 +- typeguard =4.2.1 diff --git a/docs/environment.yml b/docs/environment.yml index ccfeea72..3e0741a9 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -19,4 +19,4 @@ dependencies: - pympipool =0.7.13 - python-graphviz =0.20.3 - toposort =1.10 -- typeguard =4.1.5 +- typeguard =4.2.1 diff --git a/setup.py b/setup.py index 2750eded..163e43a0 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'pyiron_contrib==0.1.15', 'pympipool==0.7.13', 'toposort==1.10', - 'typeguard==4.1.5', + 'typeguard==4.2.1', ], extras_require={ "node_library": [