Skip to content

Commit ffd42e7

Browse files
Bump werkzeug from 1.0.1 to 2.2.3 in /examples/doc_scan
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e73b209 commit ffd42e7

File tree

1 file changed

+59
-25
lines changed

1 file changed

+59
-25
lines changed

examples/doc_scan/requirements.txt

+59-25
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,65 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
asn1==2.2.0 # via yoti
8-
certifi==2020.4.5.1 # via requests
9-
cffi==1.14.0 # via cryptography
10-
chardet==3.0.4 # via requests
11-
click==7.1.2 # via flask
12-
cryptography==3.2 # via pyopenssl, yoti
13-
deprecated==1.2.10 # via yoti
14-
filetype==1.0.7 # via -r requirements.in
15-
flask==1.1.2 # via -r requirements.in
16-
future==0.18.2 # via yoti
17-
idna==2.9 # via requests
18-
iso8601==0.1.13 # via yoti
19-
itsdangerous==1.1.0 # via flask
20-
jinja2==2.11.2 # via flask
21-
markupsafe==1.1.1 # via jinja2
22-
protobuf==3.11.3 # via yoti
23-
pycparser==2.20 # via cffi
24-
pyopenssl==19.1.0 # via -r requirements.in, yoti
25-
python-dotenv==0.13.0 # via -r requirements.in
26-
requests==2.23.0 # via yoti
27-
six==1.14.0 # via cryptography, protobuf, pyopenssl
28-
urllib3==1.25.9 # via requests
29-
werkzeug==1.0.1 # via flask
30-
wrapt==1.12.1 # via deprecated
31-
yoti==2.13.0 # via -r requirements.in
7+
asn1==2.2.0
8+
# via yoti
9+
certifi==2020.4.5.1
10+
# via requests
11+
cffi==1.14.0
12+
# via cryptography
13+
chardet==3.0.4
14+
# via requests
15+
click==7.1.2
16+
# via flask
17+
cryptography==3.2
18+
# via
19+
# pyopenssl
20+
# yoti
21+
deprecated==1.2.10
22+
# via yoti
23+
filetype==1.0.7
24+
# via -r requirements.in
25+
flask==1.1.2
26+
# via -r requirements.in
27+
future==0.18.2
28+
# via yoti
29+
idna==2.9
30+
# via requests
31+
iso8601==0.1.13
32+
# via yoti
33+
itsdangerous==1.1.0
34+
# via flask
35+
jinja2==2.11.2
36+
# via flask
37+
markupsafe==2.1.2
38+
# via
39+
# jinja2
40+
# werkzeug
41+
protobuf==3.11.3
42+
# via yoti
43+
pycparser==2.20
44+
# via cffi
45+
pyopenssl==19.1.0
46+
# via
47+
# -r requirements.in
48+
# yoti
49+
python-dotenv==0.13.0
50+
# via -r requirements.in
51+
requests==2.23.0
52+
# via yoti
53+
six==1.14.0
54+
# via
55+
# cryptography
56+
# protobuf
57+
# pyopenssl
58+
urllib3==1.25.9
59+
# via requests
60+
werkzeug==2.2.3
61+
# via flask
62+
wrapt==1.12.1
63+
# via deprecated
64+
yoti==2.13.0
65+
# via -r requirements.in
3266

3367
# The following packages are considered to be unsafe in a requirements file:
3468
# setuptools

0 commit comments

Comments
 (0)