From cc4fe3959c8e371e827f41cf43c16e1634acfb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:15:34 +0000 Subject: [PATCH] Bump art from 6.2 to 6.3 Bumps [art](https://github.com/sepandhaghighi/art) from 6.2 to 6.3. - [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.2...v6.3) --- 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 88b8caf..76c3aa8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -art==6.2 +art==6.3 pytest>=4.3.1 pytest-cov>=2.6.1 setuptools>=40.8.0