Skip to content

Commit dd08b08

Browse files
authored
chore(requirements): uv pip compile upgrade (#241)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent fdfe151 commit dd08b08

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
@@ -18,7 +18,7 @@ build==1.4.0
1818
# via
1919
# check-manifest
2020
# devpi-client
21-
certifi==2026.1.4
21+
certifi==2026.2.25
2222
# via
2323
# httpcore
2424
# httpx
@@ -101,7 +101,7 @@ plaster==1.1.2
101101
# pyramid
102102
plaster-pastedeploy==1.0.1
103103
# via pyramid
104-
platformdirs==4.9.0
104+
platformdirs==4.9.2
105105
# via
106106
# devpi-client
107107
# devpi-server

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --output-file=test.txt test.in
33
build==1.4.0
44
# via -r test.in
5-
certifi==2026.1.4
5+
certifi==2026.2.25
66
# via requests
77
cffi==2.0.0
88
# via cryptography
@@ -60,7 +60,7 @@ requests-toolbelt==1.0.0
6060
# via twine
6161
rfc3986==2.0.0
6262
# via twine
63-
rich==14.3.2
63+
rich==14.3.3
6464
# via twine
6565
secretstorage==3.5.0
6666
# via keyring

0 commit comments

Comments
 (0)