@@ -19,7 +19,6 @@ classifiers = [
1919 " Intended Audience :: Developers" ,
2020 " Intended Audience :: Science/Research" ,
2121 " Topic :: Scientific/Engineering" ,
22- " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python :: 3.10" ,
2423 " Programming Language :: Python :: 3.11" ,
2524 " Programming Language :: Python :: 3.12" ,
@@ -29,25 +28,25 @@ classifiers = [
2928[tool .poetry .dependencies ]
3029# Urbanopt SDK requires Python 3.10 as of UOv0.9.0
3130# https://python-poetry.org/docs/dependency-specification/
32- python = " >=3.9 , <3.14"
31+ python = " >=3.10 , <3.14"
3332antlr4-python3-runtime = " 4.13.2"
3433jinja2 = " ~3.1.4"
35- pathspec = " >=0.11.2,<1.1 .0"
34+ pathspec = " >=0.11.2,<1.2 .0"
3635certifi = " >=2024.8.30,<2027.0.0"
3736
3837[tool .poetry .group .dev .dependencies ]
3938autopep8 = " ~2.3"
40- coveralls = " >=3.3,<4.1 "
41- mypy = " >=1.18,<1.20 "
42- pre-commit = " ~4.3 "
43- pytest = " ~8.4 "
39+ coveralls = " >=3.3,<4.2 "
40+ mypy = " >=1.18,<2.4 "
41+ pre-commit = " ~4.6 "
42+ pytest = " ~9.1 "
4443pytest-cov = " >=5.0,<7.2"
4544pytest-benchmark = " ~5.2.3"
4645# don't update sphinx right now
4746sphinx = " ~7.4"
4847sphinx_rtd_theme = " >=3.0,<3.2"
4948sphinx-jsonschema = " ~1.19"
50- syrupy = " ~4.9 "
49+ syrupy = " ~5.5 "
5150toml = " ~0.10"
5251
5352[build-system ]
0 commit comments