From 22ff9fa4f12943a494781d2b956f21fb4f948fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:29:50 +0000 Subject: [PATCH] Bump art from 6.3 to 6.4 Bumps [art](https://github.com/sepandhaghighi/art) from 6.3 to 6.4. - [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.3...v6.4) --- updated-dependencies: - dependency-name: art 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 76c3aa8..e5af779 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -art==6.3 +art==6.4 pytest>=4.3.1 pytest-cov>=2.6.1 setuptools>=40.8.0