From bb2b7a2a14170b52f801f7959aee8bc96cf35e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:20:56 +0000 Subject: [PATCH] chore(deps): bump nitric from 1.1.1 to 1.2.0 in /v1/python-starter Bumps [nitric](https://github.com/nitrictech/python-sdk) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/nitrictech/python-sdk/releases) - [Changelog](https://github.com/nitrictech/python-sdk/blob/main/.releaserc.json) - [Commits](https://github.com/nitrictech/python-sdk/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: nitric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- v1/python-starter/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/python-starter/Pipfile b/v1/python-starter/Pipfile index 206c4c8..25fd615 100644 --- a/v1/python-starter/Pipfile +++ b/v1/python-starter/Pipfile @@ -7,7 +7,7 @@ name = "python starter" python_version = "3.11" [packages] -nitric = "==1.1.1" +nitric = "==1.2.0" [scripts] dev = "watchmedo auto-restart -p '*.py' -R python -- -u"