@@ -18,6 +18,7 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.9" ,
19
19
" Programming Language :: Python :: 3.10" ,
20
20
" Programming Language :: Python :: 3.11" ,
21
+ " Programming Language :: Python :: 3.12" ,
21
22
" Topic :: Software Development :: Libraries" ,
22
23
]
23
24
@@ -29,30 +30,30 @@ dependencies = [
29
30
30
31
[project .optional-dependencies ]
31
32
dev = [
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" ,
38
39
" flake8-datetimez ~= 20.10.0" ,
39
40
" flake8-docstrings ~= 1.7.0" ,
40
41
" 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' " ,
43
44
" 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" ,
46
47
" flake8-unused-arguments ~= 0.0.13" ,
47
48
" isort ~= 5.12.0" ,
48
- " mypy ~= 1.3.0 " ,
49
+ " mypy ~= 1.5.1 " ,
49
50
" pep8-naming ~= 0.13.3" ,
50
- " pre-commit ~= 3.3.2 " ,
51
+ " pre-commit ~= 3.4.0 " ,
51
52
" pydoc-markdown ~= 4.8.2" ,
52
- " pytest ~= 7.3.1 " ,
53
+ " pytest ~= 7.4.2 " ,
53
54
" pytest-asyncio ~= 0.21.0" ,
54
55
" pytest-only ~= 2.0.0" ,
55
- " pytest-timeout ~= 2.1 .0" ,
56
+ " pytest-timeout ~= 2.2 .0" ,
56
57
" pytest-xdist ~= 3.3.1" ,
57
58
" redbaron ~= 0.9.2" ,
58
59
" twine ~= 4.0.2" ,
0 commit comments