From: David Lord Date: Fri, 5 Nov 2021 14:13:12 +0000 (-0700) Subject: update py==1.11.0 to work on Python 3.11 X-Git-Tag: 3.0.3~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423cbfa89a735d368c2bc3447020cfa026839c35;p=thirdparty%2Fjinja.git update py==1.11.0 to work on Python 3.11 --- diff --git a/requirements/dev.txt b/requirements/dev.txt index 53f069cc..392f7a49 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,7 +66,7 @@ pluggy==1.0.0 # tox pre-commit==2.15.0 # via -r requirements/dev.in -py==1.10.0 +py==1.11.0 # via # pytest # tox diff --git a/requirements/tests.txt b/requirements/tests.txt index eae3d8fc..02dd8e85 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -12,7 +12,7 @@ packaging==21.2 # via pytest pluggy==1.0.0 # via pytest -py==1.10.0 +py==1.11.0 # via pytest pyparsing==2.4.7 # via packaging