Skip to content

Commit 1dc727c

Browse files
chore(ci): Lock file maintenance Pixi
1 parent 85e9acd commit 1dc727c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ parselmouth = { path = ".", editable = true }
3737
types-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"
4444
packaging = "*"
45-
typer = ">=0.12.4,<0.13"
45+
typer = ">=0.17.4,<0.18"
4646
pydantic = ">=2.8.2,<3"
4747
aioboto3 = ">=13.1.1,<14"
4848
ruamel = ">=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"
5959
pre-commit = ">=3.7.1,<4"
6060
pre-commit-hooks = ">=4.6.0,<5"
6161
typos = ">=1.23.1,<2"
@@ -72,7 +72,7 @@ lint = "pre-commit run -a"
7272

7373
[tool.pixi.feature.type-checking.dependencies]
7474
types-pyyaml = ">=6.0.12.20240311, <6.0.13"
75-
types-requests = ">=2.31.0, <2.32"
75+
types-requests = ">=2.32.4,<2.33"
7676
types-Deprecated = ">=1.2.9.20240311, <1.3"
7777
mypy = ">=1.10.1, <2"
7878

0 commit comments

Comments
 (0)