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"