diff --git a/v1/python-starter/Pipfile b/v1/python-starter/Pipfile index dd3a6fb..206c4c8 100644 --- a/v1/python-starter/Pipfile +++ b/v1/python-starter/Pipfile @@ -4,10 +4,10 @@ verify_ssl = true name = "python starter" [requires] -python_version = ">=3.11.0" +python_version = "3.11" [packages] -nitric = "==1.1.0" +nitric = "==1.1.1" [scripts] dev = "watchmedo auto-restart -p '*.py' -R python -- -u"