From efc4d56f0c76bb2a2741e383276130ed4d512fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:27:32 +0000 Subject: [PATCH] Bump stack-data from 0.5.0 to 0.6.0 Bumps [stack-data](https://github.com/alexmojaki/stack_data) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/alexmojaki/stack_data/releases) - [Commits](https://github.com/alexmojaki/stack_data/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: stack-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73959a6..38f69d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pytz==2022.2.1 ; python_full_version == "3.10.7" pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version == "3.10.7" pyzmq==24.0.1 ; python_full_version == "3.10.7" six==1.16.0 ; python_full_version == "3.10.7" -stack-data==0.5.0 ; python_full_version == "3.10.7" +stack-data==0.6.0 ; python_full_version == "3.10.7" tornado==6.2 ; python_full_version == "3.10.7" traitlets==5.4.0 ; python_full_version == "3.10.7" wcwidth==0.2.5 ; python_full_version == "3.10.7"