File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ classifiers = [
2323]
2424
2525[tool .poetry .dependencies ]
26- python = " >=3.9 "
26+ python = " >=3.10 "
2727certifi = " >=14.05.14"
2828prometheus-client = " >=0.13.1"
2929six = " >=1.10"
30- requests = " >=2.31 .0"
30+ requests = " >=2.33 .0"
3131typing-extensions = " >=4.2.0"
3232astor = " >=0.8.1"
3333shortuuid = " >=1.0.11"
@@ -45,12 +45,13 @@ pytest-cov = ">=4.1.0"
4545ruff = " ^0.12.0"
4646pre-commit = " ^4.2.0"
4747setuptools = " ^80.9.0"
48- pytest = " ^8.4.1"
48+ pytest = " ^9.0.3"
49+ pygments = " >=2.20.0"
4950filelock = " >=3.20.3"
5051virtualenv = " >=20.36.1"
5152
5253[tool .ruff ]
53- target-version = " py39 "
54+ target-version = " py310 "
5455line-length = 100
5556src = [" src" ]
5657extend-exclude = [
Original file line number Diff line number Diff line change 11certifi >= 14.05.14
22prometheus-client >= 0.13.1
33six >= 1.10
4- requests >= 2.31 .0
5- typing-extensions == 4.15 .0
4+ requests >= 2.33 .0
5+ typing-extensions >= 4.2 .0
66astor >= 0.8.1
77shortuuid >= 1.0.11
88dacite >= 1.8.1
99deprecated >= 1.2.14
10- httpx >= 0.26.0
10+ httpx [http2 ] >= 0.26.0
11+ h2 >= 4.1.0
1112python-dateutil >= 2.8.2
1213urllib3 >= 2.6.3
You can’t perform that action at this time.
0 commit comments