-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #367 from getyoti/release/2.14.1
Release 2.14.1
- Loading branch information
Showing
15 changed files
with
152 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10-dev"] | ||
python-version: [3.7, 3.8, 3.9, "3.10"] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: actions/setup-python@v2.1.4 | ||
- uses: actions/setup-python@v2.3.1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -40,14 +40,16 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: 3.9 | ||
|
||
- run: pip install -U setuptools==45 | ||
- run: pip install --upgrade setuptools | ||
|
||
- run: pushd examples/aml && pip install -r requirements.txt && popd | ||
|
||
- run: pushd examples/yoti_example_django && pip install -r requirements.txt && popd | ||
- run: pushd examples/yoti_example_django && pip install --upgrade pip && pip install -r requirements.txt && popd | ||
|
||
- run: pushd examples/yoti_example_flask && pip install -r requirements.txt && popd | ||
|
||
- run: pushd examples/doc_scan && pip install -r requirements.txt && popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,3 +105,4 @@ examples/yoti_example_django/*.pem | |
examples/yoti_example_flask/*.pem | ||
|
||
.scannerwork | ||
.venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
exclude: protobuf/ | ||
repos: | ||
- repo: https://github.com/ambv/black | ||
rev: stable | ||
rev: 22.3.0 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v1.2.3 | ||
|
||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 4.0.1 | ||
hooks: | ||
- id: flake8 | ||
args: | ||
- --ignore=E501,W5 | ||
- --ignore=E501,W5 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
cffi>=1.14.0 | ||
click>=7 | ||
cffi>=1.15.0 | ||
flask>=1.0.4 | ||
jinja2>=2.8.1 | ||
jinja2>=3.0.3 | ||
pyopenssl>=19.0.0 | ||
python-dotenv>=0.7.1 | ||
requests>=2.20.0 | ||
urllib3>=1.24.2 | ||
yoti>=2.13.0 | ||
yoti>=2.14.0 | ||
werkzeug>=1.0.1 | ||
six==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,79 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile --output-file=requirements.txt requirements.in | ||
# | ||
asn1==2.2.0 # via yoti | ||
certifi==2018.4.16 # via requests | ||
cffi==1.14.0 # via -r requirements.in, cryptography | ||
chardet==3.0.4 # via requests | ||
click==6.7 # via flask | ||
cryptography==3.2 # via pyopenssl, yoti | ||
deprecated==1.2.10 # via yoti | ||
flask==1.1.1 # via -r requirements.in | ||
future==0.16.0 # via yoti | ||
idna==2.7 # via requests | ||
iso8601==0.1.13 # via yoti | ||
itsdangerous==0.24 # via flask | ||
jinja2==2.10.1 # via -r requirements.in, flask | ||
markupsafe==1.0 # via jinja2 | ||
protobuf==3.6.0 # via yoti | ||
pycparser==2.18 # via cffi | ||
pyopenssl==19.0.0 # via -r requirements.in, yoti | ||
python-dotenv==0.8.2 # via -r requirements.in | ||
requests==2.21.0 # via -r requirements.in, yoti | ||
six==1.11.0 # via cryptography, protobuf, pyopenssl | ||
urllib3==1.24.2 # via -r requirements.in, requests | ||
werkzeug==1.0.1 # via -r requirements.in, flask | ||
wrapt==1.12.1 # via deprecated | ||
yoti==2.13.0 # via -r requirements.in | ||
asn1==2.2.0 | ||
# via yoti | ||
certifi==2018.4.16 | ||
# via requests | ||
cffi==1.15.0 | ||
# via | ||
# -r requirements.in | ||
# cryptography | ||
chardet==3.0.4 | ||
# via requests | ||
click==8.1.2 | ||
# via | ||
# -r requirements.in | ||
# flask | ||
cryptography==3.2 | ||
# via | ||
# pyopenssl | ||
# yoti | ||
deprecated==1.2.10 | ||
# via yoti | ||
flask==1.1.1 | ||
# via -r requirements.in | ||
future==0.16.0 | ||
# via yoti | ||
idna==2.7 | ||
# via requests | ||
iso8601==0.1.13 | ||
# via yoti | ||
itsdangerous==0.24 | ||
# via flask | ||
jinja2==3.0.3 | ||
# via | ||
# -r requirements.in | ||
# flask | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
protobuf==3.6.0 | ||
# via yoti | ||
pycparser==2.18 | ||
# via cffi | ||
pyopenssl==19.0.0 | ||
# via | ||
# -r requirements.in | ||
# yoti | ||
python-dotenv==0.8.2 | ||
# via -r requirements.in | ||
pytz==2020.4 | ||
# via yoti | ||
requests==2.21.0 | ||
# via | ||
# -r requirements.in | ||
# yoti | ||
six==1.16.0 | ||
# via | ||
# -r requirements.in | ||
# cryptography | ||
# protobuf | ||
# pyopenssl | ||
urllib3==1.24.2 | ||
# via | ||
# -r requirements.in | ||
# requests | ||
werkzeug==1.0.1 | ||
# via | ||
# -r requirements.in | ||
# flask | ||
wrapt==1.12.1 | ||
# via deprecated | ||
yoti==2.14.0 | ||
# via -r requirements.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,60 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile --output-file=requirements.txt requirements.in | ||
# | ||
asn1==2.2.0 # via -r requirements.in | ||
certifi==2018.11.29 # via requests | ||
cffi==1.14.3 # via -r requirements.in, cryptography | ||
chardet==3.0.4 # via requests | ||
cryptography==2.8 # via -r requirements.in, pyopenssl | ||
deprecated==1.2.10 # via -r requirements.in | ||
future==0.18.2 # via -r requirements.in | ||
idna==2.7 # via requests | ||
iso8601==0.1.13 # via -r requirements.in | ||
itsdangerous==1.1.0 # via -r requirements.in | ||
pbr==1.10.0 # via -r requirements.in | ||
protobuf==3.13.0 # via -r requirements.in | ||
pycparser==2.18 # via cffi | ||
pyopenssl==19.1.0 # via -r requirements.in | ||
pytz==2020.4 # via -r requirements.in | ||
pyyaml==5.2 # via -r requirements.in | ||
requests==2.21.0 # via -r requirements.in | ||
six==1.10.0 # via cryptography, protobuf, pyopenssl | ||
urllib3==1.24.3 # via -r requirements.in, requests | ||
wheel==0.33.6 # via -r requirements.in | ||
wrapt==1.11.2 # via deprecated | ||
asn1==2.2.0 | ||
# via -r requirements.in | ||
certifi==2018.11.29 | ||
# via requests | ||
cffi==1.14.3 | ||
# via | ||
# -r requirements.in | ||
# cryptography | ||
chardet==3.0.4 | ||
# via requests | ||
cryptography==2.8 | ||
# via | ||
# -r requirements.in | ||
# pyopenssl | ||
deprecated==1.2.10 | ||
# via -r requirements.in | ||
future==0.18.2 | ||
# via -r requirements.in | ||
idna==2.7 | ||
# via requests | ||
iso8601==0.1.13 | ||
# via -r requirements.in | ||
itsdangerous==1.1.0 | ||
# via -r requirements.in | ||
pbr==1.10.0 | ||
# via -r requirements.in | ||
protobuf==3.13.0 | ||
# via -r requirements.in | ||
pycparser==2.18 | ||
# via cffi | ||
pyopenssl==19.1.0 | ||
# via -r requirements.in | ||
pytz==2022.1 | ||
# via -r requirements.in | ||
pyyaml==5.2 | ||
# via -r requirements.in | ||
requests==2.21.0 | ||
# via -r requirements.in | ||
six==1.10.0 | ||
# via | ||
# cryptography | ||
# protobuf | ||
# pyopenssl | ||
urllib3==1.24.3 | ||
# via | ||
# -r requirements.in | ||
# requests | ||
wheel==0.33.6 | ||
# via -r requirements.in | ||
wrapt==1.11.2 | ||
# via deprecated | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.