Skip to content

Commit

Permalink
chore: running edgetest (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-gupta authored Mar 7, 2025
1 parent 40d2190 commit fb767fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
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"]
dependencies = [
"Cerberus<=1.3.7,>=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.6.5,>=0.2.0"
]

dynamic = ["readme", "version"]

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
cerberus==1.3.5
cerberus==1.3.7
# via edgetest (pyproject.toml)
click==8.1.8
# via edgetest (pyproject.toml)
Expand All @@ -12,5 +12,5 @@ tabulate==0.9.0
# via edgetest (pyproject.toml)
tomlkit==0.11.4
# via edgetest (pyproject.toml)
uv==0.5.15
uv==0.6.5
# via edgetest (pyproject.toml)

0 comments on commit fb767fb

Please sign in to comment.