Skip to content

Commit fb767fb

Browse files
authored
chore: running edgetest (#92)
1 parent 40d2190 commit fb767fb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
]
24-
dependencies = ["Cerberus<=1.3.5,>=1.3.0", "click<=8.1.8,>=7.0", "pluggy<=1.5.0,>=1.3.0", "tabulate<=0.9.0,>=0.8.9", "packaging<=24.2,>20.6", "tomlkit<=0.11.4,>=0.11.4", "uv<=0.5.15,>=0.2.0"]
24+
dependencies = [
25+
"Cerberus<=1.3.7,>=1.3.0",
26+
"click<=8.1.8,>=7.0",
27+
"pluggy<=1.5.0,>=1.3.0",
28+
"tabulate<=0.9.0,>=0.8.9",
29+
"packaging<=24.2,>20.6",
30+
"tomlkit<=0.11.4,>=0.11.4",
31+
"uv<=0.6.5,>=0.2.0"
32+
]
2533

2634
dynamic = ["readme", "version"]
2735

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml -o requirements.txt
3-
cerberus==1.3.5
3+
cerberus==1.3.7
44
# via edgetest (pyproject.toml)
55
click==8.1.8
66
# via edgetest (pyproject.toml)
@@ -12,5 +12,5 @@ tabulate==0.9.0
1212
# via edgetest (pyproject.toml)
1313
tomlkit==0.11.4
1414
# via edgetest (pyproject.toml)
15-
uv==0.5.15
15+
uv==0.6.5
1616
# via edgetest (pyproject.toml)

0 commit comments

Comments
 (0)