From 5d36c15fb0f6b8c65cac3399307616c3bae77b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:10:59 +0000 Subject: [PATCH] build(deps): bump construct-typing from 0.5.3 to 0.5.4 Bumps [construct-typing](https://github.com/timrid/construct-typing) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/timrid/construct-typing/releases) - [Commits](https://github.com/timrid/construct-typing/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: construct-typing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc0729c..6871626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ license = { text = "GPL-3.0" } dependencies = [ "colour>=0.1.5", "f-enum>=0.2.0;python_version<='3.10'", - "construct-typing==0.5.3", + "construct-typing==0.5.4", "sortedcontainers>=2.4.0", "typing_extensions>=4.4.0", ] diff --git a/requirements.txt b/requirements.txt index fdf942a..587b58b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colour==0.1.5 -construct-typing==0.5.3 +construct-typing==0.5.4 f-enum==0.2.0;python_version<="3.10" sortedcontainers==2.4.0 typing_extensions==4.4.0