From ddf951e0f75c94436fab2e1c0d5571c5dad159ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:56:23 +0330 Subject: [PATCH] Bump art from 6.1 to 6.2 (#535) Bumps [art](https://github.com/sepandhaghighi/art) from 6.1 to 6.2. - [Release notes](https://github.com/sepandhaghighi/art/releases) - [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md) - [Commits](https://github.com/sepandhaghighi/art/compare/v6.1...v6.2) --- updated-dependencies: - dependency-name: art dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f4d709a2..73377e76 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -art==6.1 +art==6.2 numpy==1.26.4 pytest>=4.3.1 pytest-cov>=2.6.1