From 94adbd6ac884226049f7431afbe32a0c2896886a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:20:02 +0000 Subject: [PATCH] Bump typed-ast from 1.5.4 to 1.5.5 Bumps [typed-ast](https://github.com/python/typed_ast) from 1.5.4 to 1.5.5. - [Changelog](https://github.com/python/typed_ast/blob/master/release_process.md) - [Commits](https://github.com/python/typed_ast/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: typed-ast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0d4809..73b48a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ osc-sdk-python==0.26.0 pyperclip==1.8.2 requests==2.31.0 ruamel.yaml==0.17.32 -typed-ast==1.5.4 +typed-ast==1.5.5 urllib3==2.0.4