Skip to content

Commit e19a807

Browse files
authored
chore(requirements): uv pip compile upgrade (#236)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent 3ea0b4c commit e19a807

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/devpi.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ attrs==25.4.0
1414
# devpi-web
1515
beautifulsoup4==4.14.3
1616
# via devpi-web
17-
build==1.3.0
17+
build==1.4.0
1818
# via
1919
# check-manifest
2020
# devpi-client
@@ -163,5 +163,5 @@ whoosh==2.7.4
163163
# via devpi-web
164164
zope-deprecation==6.0
165165
# via pyramid
166-
zope-interface==8.1.1
166+
zope-interface==8.2
167167
# via pyramid

requirements/test.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 --output-file=test.txt test.in
3-
build==1.3.0
3+
build==1.4.0
44
# via -r test.in
55
certifi==2026.1.4
66
# via requests
@@ -18,7 +18,7 @@ idna==3.11
1818
# via requests
1919
jaraco-classes==3.4.0
2020
# via keyring
21-
jaraco-context==6.0.2
21+
jaraco-context==6.1.0
2222
# via keyring
2323
jaraco-functools==4.4.0
2424
# via keyring

0 commit comments

Comments
 (0)