Skip to content

Commit

Permalink
Bump certifi from 2020.4.5.1 to 2022.12.7 in /examples/doc_scan
Browse files Browse the repository at this point in the history
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2020.04.05.1...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
1 parent e73b209 commit 9ce9253
Showing 1 changed file with 57 additions and 25 deletions.
82 changes: 57 additions & 25 deletions examples/doc_scan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,63 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asn1==2.2.0 # via yoti
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
click==7.1.2 # via flask
cryptography==3.2 # via pyopenssl, yoti
deprecated==1.2.10 # via yoti
filetype==1.0.7 # via -r requirements.in
flask==1.1.2 # via -r requirements.in
future==0.18.2 # via yoti
idna==2.9 # via requests
iso8601==0.1.13 # via yoti
itsdangerous==1.1.0 # via flask
jinja2==2.11.2 # via flask
markupsafe==1.1.1 # via jinja2
protobuf==3.11.3 # via yoti
pycparser==2.20 # via cffi
pyopenssl==19.1.0 # via -r requirements.in, yoti
python-dotenv==0.13.0 # via -r requirements.in
requests==2.23.0 # via yoti
six==1.14.0 # via cryptography, protobuf, pyopenssl
urllib3==1.25.9 # via requests
werkzeug==1.0.1 # via flask
wrapt==1.12.1 # via deprecated
yoti==2.13.0 # via -r requirements.in
asn1==2.2.0
# via yoti
certifi==2022.12.7
# via requests
cffi==1.14.0
# via cryptography
chardet==3.0.4
# via requests
click==7.1.2
# via flask
cryptography==3.2
# via
# pyopenssl
# yoti
deprecated==1.2.10
# via yoti
filetype==1.0.7
# via -r requirements.in
flask==1.1.2
# via -r requirements.in
future==0.18.2
# via yoti
idna==2.9
# via requests
iso8601==0.1.13
# via yoti
itsdangerous==1.1.0
# via flask
jinja2==2.11.2
# via flask
markupsafe==1.1.1
# via jinja2
protobuf==3.11.3
# via yoti
pycparser==2.20
# via cffi
pyopenssl==19.1.0
# via
# -r requirements.in
# yoti
python-dotenv==0.13.0
# via -r requirements.in
requests==2.23.0
# via yoti
six==1.14.0
# via
# cryptography
# protobuf
# pyopenssl
urllib3==1.25.9
# via requests
werkzeug==1.0.1
# via flask
wrapt==1.12.1
# via deprecated
yoti==2.13.0
# via -r requirements.in

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

0 comments on commit 9ce9253

Please sign in to comment.