From eb80eb15bd3f72fd3a8508a1376c376d34302179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:27:23 +0000 Subject: [PATCH] Bump executing from 1.0.0 to 1.2.0 Bumps [executing](https://github.com/alexmojaki/executing) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/alexmojaki/executing/releases) - [Commits](https://github.com/alexmojaki/executing/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: executing 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..175e80a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ colorama==0.4.5 ; sys_platform == "win32" and python_full_version == "3.10.7" debugpy==1.6.3 ; python_full_version == "3.10.7" decorator==5.1.1 ; python_full_version == "3.10.7" entrypoints==0.4 ; python_full_version == "3.10.7" -executing==1.0.0 ; python_full_version == "3.10.7" +executing==1.2.0 ; python_full_version == "3.10.7" ipykernel==6.15.3 ; python_full_version == "3.10.7" ipython==8.5.0 ; python_full_version == "3.10.7" jedi==0.18.1 ; python_full_version == "3.10.7"