Skip to content

Commit 8b5908a

Browse files
Bump django from 3.0.7 to 3.1.12 in /examples/yoti_example_django
Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.0.7...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b76efc6 commit 8b5908a

File tree

1 file changed

+57
-23
lines changed

1 file changed

+57
-23
lines changed

examples/yoti_example_django/requirements.txt

Lines changed: 57 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,63 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
asgiref==3.2.9 # via django
8-
asn1==2.2.0 # via yoti
9-
certifi==2018.4.16 # via requests
10-
cffi==1.14.0 # via cryptography
11-
chardet==3.0.4 # via requests
12-
cryptography==3.2 # via pyopenssl, yoti
13-
deprecated==1.2.10 # via yoti
14-
django-sslserver==0.22 # via -r requirements.in
15-
django==3.0.7 # via -r requirements.in, django-sslserver
16-
future==0.16.0 # via yoti
17-
idna==2.7 # via requests
18-
iso8601==0.1.13 # via yoti
19-
protobuf==3.6.0 # via yoti
20-
pycparser==2.18 # via cffi
21-
pyopenssl==18.0.0 # via yoti
22-
python-dotenv==0.8.2 # via -r requirements.in
23-
pytz==2018.4 # via django
24-
requests==2.21.0 # via -r requirements.in, yoti
25-
six==1.11.0 # via cryptography, protobuf, pyopenssl
26-
sqlparse==0.3.0 # via django
27-
urllib3==1.24.2 # via -r requirements.in, requests
28-
wrapt==1.12.1 # via deprecated
29-
yoti==2.13.0 # via -r requirements.in
7+
asgiref==3.4.1
8+
# via django
9+
asn1==2.2.0
10+
# via yoti
11+
certifi==2018.4.16
12+
# via requests
13+
cffi==1.14.0
14+
# via cryptography
15+
chardet==3.0.4
16+
# via requests
17+
cryptography==3.2
18+
# via
19+
# pyopenssl
20+
# yoti
21+
deprecated==1.2.10
22+
# via yoti
23+
django==3.1.12
24+
# via
25+
# -r requirements.in
26+
# django-sslserver
27+
django-sslserver==0.22
28+
# via -r requirements.in
29+
future==0.16.0
30+
# via yoti
31+
idna==2.7
32+
# via requests
33+
iso8601==0.1.13
34+
# via yoti
35+
protobuf==3.6.0
36+
# via yoti
37+
pycparser==2.18
38+
# via cffi
39+
pyopenssl==18.0.0
40+
# via yoti
41+
python-dotenv==0.8.2
42+
# via -r requirements.in
43+
pytz==2018.4
44+
# via django
45+
requests==2.21.0
46+
# via
47+
# -r requirements.in
48+
# yoti
49+
six==1.11.0
50+
# via
51+
# cryptography
52+
# protobuf
53+
# pyopenssl
54+
sqlparse==0.3.0
55+
# via django
56+
urllib3==1.24.2
57+
# via
58+
# -r requirements.in
59+
# requests
60+
wrapt==1.12.1
61+
# via deprecated
62+
yoti==2.13.0
63+
# via -r requirements.in
3064

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

0 commit comments

Comments
 (0)