@@ -9,6 +9,7 @@ classifiers = [
9
9
" Programming Language :: Python :: 3.9" ,
10
10
" Programming Language :: Python :: 3.10" ,
11
11
" Programming Language :: Python :: 3.11" ,
12
+ " Programming Language :: Python :: 3.12" ,
12
13
" Topic :: Software Development :: Libraries" ,
13
14
]
14
15
dependencies = []
@@ -22,30 +23,33 @@ version = "1.0.4"
22
23
23
24
[project .optional-dependencies ]
24
25
dev = [
25
- " autopep8 ~= 2.0.2" ,
26
- " build ~= 0.10.0" ,
27
- " flake8 ~= 6.0.0" ,
28
- " flake8-bugbear ~= 23.5.9" ,
29
- " flake8-commas ~= 2.1.0" ,
30
- " flake8-comprehensions ~= 3.12.0" ,
26
+ " autopep8 ~= 2.0.4" ,
27
+ " build ~= 1.0.3" ,
28
+ " filelock ~= 3.12.4" ,
29
+ " flake8 ~= 6.1.0" ,
30
+ " flake8-bugbear ~= 23.9.16" ,
31
+ " flake8-commas ~= 2.1.0; python_version < '3.12'" ,
32
+ " flake8-comprehensions ~= 3.14.0" ,
31
33
" flake8-datetimez ~= 20.10.0" ,
32
34
" flake8-docstrings ~= 1.7.0" ,
33
35
" flake8-encodings ~= 0.5.0" ,
34
- " flake8-isort ~= 6.0 .0" ,
35
- " flake8-noqa ~= 1.3.1" ,
36
+ " flake8-isort ~= 6.1 .0" ,
37
+ " flake8-noqa ~= 1.3.1; python_version < '3.12' " ,
36
38
" flake8-pytest-style ~= 1.7.2" ,
37
- " flake8-quotes ~= 3.3.2" ,
38
- " flake8-simplify ~= 0.20 .0" ,
39
+ " flake8-quotes ~= 3.3.2; python_version < '3.12' " ,
40
+ " flake8-simplify ~= 0.21 .0" ,
39
41
" flake8-unused-arguments ~= 0.0.13" ,
40
42
" isort ~= 5.12.0" ,
41
- " mypy ~= 1.4.0 " ,
43
+ " mypy ~= 1.5.1 " ,
42
44
" pep8-naming ~= 0.13.3" ,
43
- " pre-commit ~= 3.3.2" ,
44
- " pytest ~= 7.3.1" ,
45
+ " pre-commit ~= 3.4.0" ,
46
+ " pydoc-markdown ~= 4.8.2" ,
47
+ " pytest ~= 7.4.2" ,
45
48
" pytest-asyncio ~= 0.21.0" ,
46
49
" pytest-only ~= 2.0.0" ,
47
- " pytest-timeout ~= 2.1 .0" ,
50
+ " pytest-timeout ~= 2.2 .0" ,
48
51
" pytest-xdist ~= 3.3.1" ,
52
+ " respx ~= 0.20.1" ,
49
53
" twine ~= 4.0.2" ,
50
54
]
51
55
0 commit comments