Skip to content

Commit 9b0dbc7

Browse files
authored
build(deps): bump dependencies; resolve security issues in example dependencies (#300)
* bump cryptography version * re pip-compile for latest versions * update argilla example requirements * dependency updates * bump versions * pin unstructured-inference due to multithreading issue * linting, linting, linting * dependency on one line
1 parent 5eb1466 commit 9b0dbc7

File tree

14 files changed

+204
-161
lines changed

14 files changed

+204
-161
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ requests==2.28.2
4444
# via sphinx
4545
snowballstemmer==2.2.0
4646
# via sphinx
47-
soupsieve==2.3.2.post1
47+
soupsieve==2.4
4848
# via beautifulsoup4
4949
sphinx==6.1.3
5050
# via
@@ -72,7 +72,7 @@ sphinxcontrib-serializinghtml==1.1.5
7272
# via sphinx
7373
urllib3==1.26.14
7474
# via requests
75-
zipp==3.13.0
75+
zipp==3.15.0
7676
# via importlib-metadata
7777

7878
# The following packages are considered to be unsafe in a requirements file:

examples/argilla-summarization/requirements.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ requests
55
torch
66
transformers
77
unstructured>=0.3.1
8+
9+
# NOTE(robinson) - these bumps are to resolve security scan items
10+
cryptography>=39.0.1
11+
IPython>=8.10

0 commit comments

Comments
 (0)