@@ -37,12 +37,12 @@ parselmouth = { path = ".", editable = true }
3737types-aioboto3 = " *"
3838
3939[tool .pixi .dependencies ]
40- requests = " >=2.31.0 ,<2.32 "
41- boto3 = " >=1.34 ,<1.35 "
42- boto3-stubs = " >=1.34 ,<1.35 "
43- python-dotenv = " >=1.0 .1,<1.1 "
40+ requests = " >=2.32.5 ,<2.33 "
41+ boto3 = " >=1.40 ,<1.41 "
42+ boto3-stubs = " >=1.40 ,<1.41 "
43+ python-dotenv = " >=1.1 .1,<1.2 "
4444packaging = " *"
45- typer = " >=0.12 .4,<0.13 "
45+ typer = " >=0.17 .4,<0.18 "
4646pydantic = " >=2.8.2,<3"
4747aioboto3 = " >=13.1.1,<14"
4848ruamel = " >=1.0,<2"
@@ -55,7 +55,7 @@ test = "pytest tests"
5555
5656[tool .pixi .feature .fmt .dependencies ]
5757# Formatting python
58- ruff = " >=0.5.0 ,<0.6 "
58+ ruff = " >=0.12.12 ,<0.13 "
5959pre-commit = " >=3.7.1,<4"
6060pre-commit-hooks = " >=4.6.0,<5"
6161typos = " >=1.23.1,<2"
@@ -72,7 +72,7 @@ lint = "pre-commit run -a"
7272
7373[tool .pixi .feature .type-checking .dependencies ]
7474types-pyyaml = " >=6.0.12.20240311, <6.0.13"
75- types-requests = " >=2.31.0, <2.32 "
75+ types-requests = " >=2.32.4, <2.33 "
7676types-Deprecated = " >=1.2.9.20240311, <1.3"
7777mypy = " >=1.10.1, <2"
7878
0 commit comments