@@ -18,6 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3.9" ,
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
2122 " Topic :: Software Development :: Libraries" ,
2223]
2324
@@ -29,30 +30,30 @@ dependencies = [
2930
3031[project .optional-dependencies ]
3132dev = [
32- " autopep8 ~= 2.0.2 " ,
33- " build ~= 0.10.0 " ,
34- " flake8 ~= 6.0 .0" ,
35- " flake8-bugbear ~= 23.5.9 " ,
36- " flake8-commas ~= 2.1.0" ,
37- " flake8-comprehensions ~= 3.12 .0" ,
33+ " autopep8 ~= 2.0.4 " ,
34+ " build ~= 1.0.3 " ,
35+ " flake8 ~= 6.1 .0" ,
36+ " flake8-bugbear ~= 23.9.16 " ,
37+ " flake8-commas ~= 2.1.0; python_version < '3.12' " ,
38+ " flake8-comprehensions ~= 3.14 .0" ,
3839 " flake8-datetimez ~= 20.10.0" ,
3940 " flake8-docstrings ~= 1.7.0" ,
4041 " flake8-encodings ~= 0.5.0" ,
41- " flake8-isort ~= 6.0 .0" ,
42- " flake8-noqa ~= 1.3.1" ,
42+ " flake8-isort ~= 6.1 .0" ,
43+ " flake8-noqa ~= 1.3.1; python_version < '3.12' " ,
4344 " flake8-pytest-style ~= 1.7.2" ,
44- " flake8-quotes ~= 3.3.2" ,
45- " flake8-simplify ~= 0.20 .0" ,
45+ " flake8-quotes ~= 3.3.2; python_version < '3.12' " ,
46+ " flake8-simplify ~= 0.21 .0" ,
4647 " flake8-unused-arguments ~= 0.0.13" ,
4748 " isort ~= 5.12.0" ,
48- " mypy ~= 1.3.0 " ,
49+ " mypy ~= 1.5.1 " ,
4950 " pep8-naming ~= 0.13.3" ,
50- " pre-commit ~= 3.3.2 " ,
51+ " pre-commit ~= 3.4.0 " ,
5152 " pydoc-markdown ~= 4.8.2" ,
52- " pytest ~= 7.3.1 " ,
53+ " pytest ~= 7.4.2 " ,
5354 " pytest-asyncio ~= 0.21.0" ,
5455 " pytest-only ~= 2.0.0" ,
55- " pytest-timeout ~= 2.1 .0" ,
56+ " pytest-timeout ~= 2.2 .0" ,
5657 " pytest-xdist ~= 3.3.1" ,
5758 " redbaron ~= 0.9.2" ,
5859 " twine ~= 4.0.2" ,
0 commit comments