Updated deps

This commit is contained in:
2023-04-12 13:30:13 +02:00
parent eb6aa08c10
commit a6a1e764d1
6 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
"sphinx-markdown-builder==0.5.5",
"pygount==1.5.1"
],
"PythonVersion": ">=3.11",
"PythonVersion": ">=3.10",
"PythonPath": {},
"Classifiers": []
},
+1
View File
@@ -19,6 +19,7 @@ __version__ = "2023.4.0"
from collections import namedtuple
# imports:
from .bool_pipe import BoolPipe
from .ip_address_pipe import IPAddressPipe
+1
View File
@@ -19,6 +19,7 @@ __version__ = "2023.4.0"
from collections import namedtuple
# imports:
from .default_lambda import default_lambda
from .ordered_queryable import OrderedQueryable
+1 -1
View File
@@ -17,7 +17,7 @@
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [],
"DevDependencies": [],
"PythonVersion": ">=3.11",
"PythonVersion": ">=3.10",
"PythonPath": {},
"Classifiers": []
},