@@ -3,22 +3,22 @@ name = "{{{pythonPackageName}}}"
33version = "v0.0.1a"
44description = "{ {{appName} }}"
55authors = [{ name = " STACKIT Developer Tools" , email = " developer-tools@stackit.cloud" } ]
6- requires-python = ">=3.9 ,<4 .0 "
6+ requires-python = ">=3.10 ,<4 .0 "
77readme = " README.md "
88classifiers = [
99 " Programming Language :: Python :: 3 " ,
1010 " License :: OSI Approved :: Apache Software License " ,
1111 " Operating System :: OS Independent " ,
12- " Programming Language :: Python :: 3.9 " ,
1312 " Programming Language :: Python :: 3.10 " ,
1413 " Programming Language :: Python :: 3.11 " ,
1514 " Programming Language :: Python :: 3.12 " ,
1615 " Programming Language :: Python :: 3.13 " ,
1716 " Programming Language :: Python :: 3.14 " ,
17+ " Programming Language :: Python :: 3.15 " ,
1818]
1919dependencies = [
2020 " stackit-core >=0.0.1a",
21- "requests>=2.32.3 ",
21+ "requests>=2.33.0 ",
2222 "pydantic>=2.9.2",
2323 "python-dateutil>=2.9.0.post0",
2424]
@@ -29,8 +29,8 @@ Issues = "https://github.com/{{{gitUserId}}}/{{{gitRepoId}}}/issues"
2929
3030[dependency-groups]
3131dev = [
32- "black>=24.8.0 ",
33- "pytest>=8.3.3 ",
32+ "black>=26.3.1 ",
33+ "pytest>=9.1.1 ",
3434 "flake8>=5.0.3 ; python_full_version < '3.12'",
3535 "flake8>=6.0.1 ; python_full_version >= '3.12'",
3636 "flake8-black>=0.3.6",
0 commit comments