Skip to content

Commit 5454459

Browse files
authored
Merge pull request #1647 from vespa-engine/dependabot/pip/examples/fasthtml-demo/cryptography-44.0.1
Bump cryptography from 43.0.1 to 44.0.1 in /examples/fasthtml-demo
2 parents b3a05d8 + d966fd8 commit 5454459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/fasthtml-demo/requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ charset-normalizer==3.3.2
2626
# via requests
2727
click==8.1.7
2828
# via uvicorn
29-
cryptography==43.0.1
29+
cryptography==44.0.1
3030
# via pyvespa
3131
docker==7.1.0
3232
# via pyvespa
@@ -92,6 +92,8 @@ packaging==24.1
9292
# via
9393
# fastcore
9494
# huggingface-hub
95+
propcache==0.2.1
96+
# via yarl
9597
pycparser==2.22
9698
# via cffi
9799
python-dateutil==2.9.0.post0
@@ -154,5 +156,5 @@ watchfiles==0.23.0
154156
# via uvicorn
155157
websockets==13.0
156158
# via uvicorn
157-
yarl==1.9.4
159+
yarl==1.18.3
158160
# via aiohttp

0 commit comments

Comments
 (0)