Skip to content

Commit 9fcfffe

Browse files
authored
Merge pull request #640 from crytic/dependabot/uv/master/all-f259a6713f
chore(deps-dev): update uv-build requirement from <0.7,>=0.6 to >=0.6,<0.10 in the all group
2 parents d5fc170 + 5c711e0 commit 9fcfffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["uv_build>=0.6,<0.7"]
2+
requires = ["uv_build>=0.6,<0.10"]
33
build-backend = "uv_build"
44

55
[project]
66
name = "crytic-compile"
77
version = "0.3.11"
88
description = "Util to facilitate smart contracts compilation."
99
readme = "README.md"
10-
license = "AGPL-3.0"
10+
license = "AGPL-3.0-only"
1111
requires-python = ">=3.10,!=3.12.0"
1212
authors = [{ name = "Trail of Bits" }]
1313
classifiers = [

0 commit comments

Comments
 (0)