From 65764e39ed8f444d79d6bd82bed302e688f1abbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:24:39 +0000 Subject: [PATCH 1/2] Bump pyyaml from 6.0.1 to 6.0.2 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e3438a..dec80bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "jinja2==3.1.4", "pandas==2.2.2", - "pyyaml==6.0.1", + "pyyaml==6.0.2", ] dynamic = ["version"] From ffc7be104b79abb1f53f3b480e6b735a42739430 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 7 Aug 2024 15:24:53 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index cfc90eb..b58eb58 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -7,7 +7,7 @@ dependencies: - myst-parser - defusedxml =0.7.1 - pandas =2.2.2 -- pyyaml =6.0.1 +- pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.5 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index aba1c0f..d63188c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - defusedxml =0.7.1 - coverage - pandas =2.2.2 -- pyyaml =6.0.1 +- pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.5 diff --git a/binder/environment.yml b/binder/environment.yml index 5c949c9..f266ba2 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - defusedxml =0.7.1 - coverage - pandas =2.2.2 -- pyyaml =6.0.1 +- pyyaml =6.0.2 - jinja2 =3.1.4 - paramiko =3.4.0 - tqdm =4.66.5