From 104a6d5c5b38d7140f9af53042a657a29e2c69e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:56:57 +0000 Subject: [PATCH] Bump archspec from 0.2.4 to 0.2.5 Bumps [archspec](https://github.com/archspec/archspec) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/archspec/archspec/releases) - [Commits](https://github.com/archspec/archspec/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: archspec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f589cdd2fc..c2cb9e6696 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -archspec==0.2.4 +archspec==0.2.5 docutils==0.18.1 jsonschema==3.2.0 semver==2.13.0; python_version == '3.6' diff --git a/requirements.txt b/requirements.txt index 63a7ea25c7..f3fe0ca55f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -archspec==0.2.4 +archspec==0.2.5 argcomplete==3.1.2; python_version < '3.8' argcomplete==3.5.0; python_version >= '3.8' filelock==3.4.1; python_version == '3.6'