From 31bf6f93392c9164d8203c2a0c06ac189044caee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:58:36 +0000 Subject: [PATCH 1/4] Bump black from 24.4.2 to 24.8.0 in /dev Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index b6eef643..d152b804 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,5 +1,5 @@ autoflake==2.3.1 -black==24.4.2 +black==24.8.0 flake8==7.1.0 isort==5.13.2 mypy==1.11.1 From aceab7ce3c7899acb5e5eb36255d81c279902c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:30:54 +0000 Subject: [PATCH 2/4] Bump flake8 from 7.1.0 to 7.1.1 in /dev Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index d152b804..136689e5 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,6 +1,6 @@ autoflake==2.3.1 black==24.8.0 -flake8==7.1.0 +flake8==7.1.1 isort==5.13.2 mypy==1.11.1 pytest==8.3.2 From d3787303ff8362cf66fac36fc0c111528675937a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:45:45 +0000 Subject: [PATCH 3/4] Bump types-pyyaml from 6.0.12.20240724 to 6.0.12.20240808 in /dev Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240724 to 6.0.12.20240808. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 136689e5..26640a55 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -9,5 +9,5 @@ pyyaml==6.0.1 simplejson==3.19.2 # typing -types-PyYAML==6.0.12.20240724 +types-PyYAML==6.0.12.20240808 types-simplejson==3.19.0.20240801 From 7e582d67ba82dd6a576132afa12332bf0e8997f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:45:52 +0000 Subject: [PATCH 4/4] Bump pyyaml from 6.0.1 to 6.0.2 in /dev 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] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 136689e5..95fd9114 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -5,7 +5,7 @@ isort==5.13.2 mypy==1.11.1 pytest==8.3.2 pyupgrade==3.17.0 -pyyaml==6.0.1 +pyyaml==6.0.2 simplejson==3.19.2 # typing