Skip to content

Commit b3e82c5

Browse files
dependabot[bot]echarrod
authored andcommitted
Bump django from 2.2.3 to 2.2.4 in /examples/yoti_example_django
Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.3...2.2.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 094f429 commit b3e82c5

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

examples/yoti_example_django/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography>=2.3
2-
Django==2.2.3
2+
Django==2.2.4
33
django-sslserver>=0.2.0
44
python-dotenv>=0.7.1
55
requests>=2.20.0

examples/yoti_example_django/requirements.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
asn1==2.2.0 # via yoti
8-
asn1crypto==0.24.0 # via cryptography
9-
certifi==2018.4.16 # via requests
10-
cffi==1.11.5 # via cryptography
11-
chardet==3.0.4 # via requests
12-
cryptography==2.5
13-
django-sslserver==0.20
14-
django==2.2.3
15-
future==0.16.0 # via yoti
16-
idna==2.7 # via requests
17-
protobuf==3.6.0 # via yoti
18-
pycparser==2.18 # via cffi
19-
pyopenssl==18.0.0 # via yoti
20-
python-dotenv==0.8.2
21-
pytz==2018.4 # via django
22-
requests==2.21.0
23-
six==1.11.0 # via cryptography, protobuf, pyopenssl
24-
sqlparse==0.3.0 # via django
25-
urllib3==1.24.2
26-
yoti==2.7.0
7+
asn1==2.2.0 # via yoti
8+
asn1crypto==0.24.0 # via cryptography
9+
certifi==2018.4.16 # via requests
10+
cffi==1.11.5 # via cryptography
11+
chardet==3.0.4 # via requests
12+
cryptography==2.5
13+
django-sslserver==0.20
14+
django==2.2.4
15+
future==0.16.0 # via yoti
16+
idna==2.7 # via requests
17+
protobuf==3.6.0 # via yoti
18+
pycparser==2.18 # via cffi
19+
pyopenssl==18.0.0 # via yoti
20+
python-dotenv==0.8.2
21+
pytz==2018.4 # via django
22+
requests==2.21.0
23+
six==1.11.0 # via cryptography, protobuf, pyopenssl
24+
sqlparse==0.3.0 # via django
25+
urllib3==1.24.2
26+
yoti==2.7.0

0 commit comments

Comments
 (0)