diff --git a/requirements/devpi.txt b/requirements/devpi.txt index 9b12292..8782a3e 100644 --- a/requirements/devpi.txt +++ b/requirements/devpi.txt @@ -14,7 +14,7 @@ attrs==25.4.0 # devpi-web beautifulsoup4==4.14.3 # via devpi-web -build==1.3.0 +build==1.4.0 # via # check-manifest # devpi-client @@ -163,5 +163,5 @@ whoosh==2.7.4 # via devpi-web zope-deprecation==6.0 # via pyramid -zope-interface==8.1.1 +zope-interface==8.2 # via pyramid diff --git a/requirements/test.txt b/requirements/test.txt index 80e1cb7..e84328b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --output-file=test.txt test.in -build==1.3.0 +build==1.4.0 # via -r test.in certifi==2026.1.4 # via requests @@ -18,7 +18,7 @@ idna==3.11 # via requests jaraco-classes==3.4.0 # via keyring -jaraco-context==6.0.2 +jaraco-context==6.1.0 # via keyring jaraco-functools==4.4.0 # via keyring