nox-uv 0.6.1__tar.gz → 0.6.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nox-uv
3
- Version: 0.6.1
3
+ Version: 0.6.2
4
4
  Summary: Facilitate nox integration with uv for Python projects
5
5
  Keywords: nox,uv
6
6
  Author: Dan Tebben
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nox-uv"
3
- version = "0.6.1"
3
+ version = "0.6.2"
4
4
  description = "Facilitate nox integration with uv for Python projects"
5
5
  keywords = ["nox", "uv"]
6
6
  readme = "README.md"
@@ -36,7 +36,7 @@ Repository = "https://github.com/dantebben/nox-uv"
36
36
  Issues = "https://github.com/dantebben/nox-uv/issues"
37
37
 
38
38
  [build-system]
39
- requires = ["uv_build>=0.7.19,<0.8.0"]
39
+ requires = ["uv_build>=0.8.4,<0.9.0"]
40
40
  build-backend = "uv_build"
41
41
 
42
42
  [dependency-groups]
File without changes
File without changes
File without changes
File without changes