Skip to content

Commit c9b74d4

Browse files
authored
Update pip in makefile (#177)
* update pip in makefile * set version to 0.0.35-dev0 * api consistency
1 parent 4abcfcf commit c9b74d4

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PIPELINE_FAMILY := general
22
PIPELINE_PACKAGE := general
33
PACKAGE_NAME := prepline_${PIPELINE_PACKAGE}
4-
PIP_VERSION := 23.1.2
4+
PIP_VERSION := 23.2.1
55
ARCH := $(shell uname -m)
66

77
.PHONY: help

Diff for: requirements/base.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ et-xmlfile==1.1.0
5252
# via openpyxl
5353
exceptiongroup==1.1.2
5454
# via anyio
55-
fastapi==0.100.1
55+
fastapi==0.101.0
5656
# via unstructured-api-tools
5757
fastjsonschema==2.18.0
5858
# via nbformat
@@ -89,7 +89,7 @@ importlib-metadata==6.8.0
8989
# jupyter-client
9090
# markdown
9191
# nbconvert
92-
importlib-resources==6.0.0
92+
importlib-resources==6.0.1
9393
# via
9494
# jsonschema
9595
# jsonschema-specifications
@@ -103,7 +103,7 @@ jinja2==3.1.2
103103
# unstructured-api-tools
104104
joblib==1.3.1
105105
# via nltk
106-
jsonschema==4.18.6
106+
jsonschema==4.19.0
107107
# via nbformat
108108
jsonschema-specifications==2023.7.1
109109
# via jsonschema
@@ -235,13 +235,13 @@ pydantic==1.10.12
235235
# fastapi
236236
pyflakes==3.1.0
237237
# via autoflake
238-
pygments==2.15.1
238+
pygments==2.16.1
239239
# via nbconvert
240240
pypandoc==1.11
241241
# via unstructured
242242
pyparsing==3.0.9
243243
# via matplotlib
244-
pypdf==3.14.0
244+
pypdf==3.15.0
245245
# via -r requirements/base.in
246246
pypdfium2==4.18.0
247247
# via pdfplumber
@@ -278,7 +278,7 @@ pyzmq==25.1.0
278278
# via jupyter-client
279279
ratelimit==2.2.1
280280
# via -r requirements/base.in
281-
referencing==0.30.1
281+
referencing==0.30.2
282282
# via
283283
# jsonschema
284284
# jsonschema-specifications

Diff for: requirements/test.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ execnb==0.1.5
131131
# via nbdev
132132
executing==1.2.0
133133
# via stack-data
134-
fastapi==0.100.1
134+
fastapi==0.101.0
135135
# via
136136
# -r requirements/base.txt
137137
# unstructured-api-tools
@@ -211,7 +211,7 @@ importlib-metadata==6.8.0
211211
# jupyterlab-server
212212
# markdown
213213
# nbconvert
214-
importlib-resources==6.0.0
214+
importlib-resources==6.0.1
215215
# via
216216
# -r requirements/base.txt
217217
# jsonschema
@@ -225,7 +225,7 @@ iopath==0.1.10
225225
# via
226226
# -r requirements/base.txt
227227
# layoutparser
228-
ipykernel==6.25.0
228+
ipykernel==6.25.1
229229
# via
230230
# jupyter
231231
# jupyter-console
@@ -262,7 +262,7 @@ json5==0.9.14
262262
# via jupyterlab-server
263263
jsonpointer==2.4
264264
# via jsonschema
265-
jsonschema[format-nongpl]==4.18.6
265+
jsonschema[format-nongpl]==4.19.0
266266
# via
267267
# -r requirements/base.txt
268268
# jupyter-events
@@ -444,7 +444,7 @@ openpyxl==3.1.2
444444
# via
445445
# -r requirements/base.txt
446446
# unstructured
447-
overrides==7.3.1
447+
overrides==7.4.0
448448
# via jupyter-server
449449
packaging==23.1
450450
# via
@@ -562,7 +562,7 @@ pyflakes==3.1.0
562562
# -r requirements/base.txt
563563
# autoflake
564564
# flake8
565-
pygments==2.15.1
565+
pygments==2.16.1
566566
# via
567567
# -r requirements/base.txt
568568
# ipython
@@ -577,7 +577,7 @@ pyparsing==3.0.9
577577
# via
578578
# -r requirements/base.txt
579579
# matplotlib
580-
pypdf==3.14.0
580+
pypdf==3.15.0
581581
# via -r requirements/base.txt
582582
pypdfium2==4.18.0
583583
# via
@@ -655,7 +655,7 @@ qtpy==2.3.1
655655
# via qtconsole
656656
ratelimit==2.2.1
657657
# via -r requirements/base.txt
658-
referencing==0.30.1
658+
referencing==0.30.2
659659
# via
660660
# -r requirements/base.txt
661661
# jsonschema
@@ -881,7 +881,7 @@ websockets==11.0.3
881881
# via
882882
# -r requirements/base.txt
883883
# uvicorn
884-
wheel==0.41.0
884+
wheel==0.41.1
885885
# via astunparse
886886
widgetsnbextension==4.0.8
887887
# via ipywidgets

0 commit comments

Comments
 (0)