Skip to content

Commit 153f19b

Browse files
Bump jinja2 from 2.10.1 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.10.1...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0954479 commit 153f19b

File tree

2 files changed

+158
-61
lines changed

2 files changed

+158
-61
lines changed

requirements-docs.txt

Lines changed: 58 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,67 @@
44
#
55
# pip-compile --output-file=requirements-docs.txt requirements-docs.in
66
#
7-
alabaster==0.7.12 # via sphinx
8-
babel==2.7.0 # via sphinx
9-
certifi==2019.9.11 # via requests
10-
chardet==3.0.4 # via requests
11-
docutils==0.15.2 # via sphinx
12-
idna==2.8 # via requests
13-
imagesize==1.1.0 # via sphinx
14-
jinja2==2.10.3 # via sphinx
7+
alabaster==0.7.12
8+
# via sphinx
9+
babel==2.7.0
10+
# via sphinx
11+
certifi==2019.9.11
12+
# via requests
13+
chardet==3.0.4
14+
# via requests
15+
docutils==0.15.2
16+
# via sphinx
17+
idna==2.8
18+
# via requests
19+
imagesize==1.1.0
20+
# via sphinx
21+
jinja2==2.11.3
22+
# via sphinx
1523
livereload==2.6.1
16-
markupsafe==1.1.1 # via jinja2
17-
packaging==19.2 # via sphinx
18-
pygments==2.4.2 # via sphinx
19-
pyparsing==2.4.2 # via packaging
20-
pytz==2019.3 # via babel
21-
requests==2.22.0 # via sphinx
22-
six==1.12.0 # via livereload, packaging
23-
snowballstemmer==2.0.0 # via sphinx
24+
# via -r requirements-docs.in
25+
markupsafe==1.1.1
26+
# via jinja2
27+
packaging==19.2
28+
# via sphinx
29+
pygments==2.4.2
30+
# via sphinx
31+
pyparsing==2.4.2
32+
# via packaging
33+
pytz==2019.3
34+
# via babel
35+
requests==2.22.0
36+
# via sphinx
37+
six==1.12.0
38+
# via
39+
# livereload
40+
# packaging
41+
snowballstemmer==2.0.0
42+
# via sphinx
2443
sphinx-autodoc-typehints==1.8.0
44+
# via -r requirements-docs.in
2545
sphinx-rtd-theme==0.4.3
46+
# via -r requirements-docs.in
2647
sphinx==2.2.0
27-
sphinxcontrib-applehelp==1.0.1 # via sphinx
28-
sphinxcontrib-devhelp==1.0.1 # via sphinx
29-
sphinxcontrib-htmlhelp==1.0.2 # via sphinx
30-
sphinxcontrib-jsmath==1.0.1 # via sphinx
31-
sphinxcontrib-qthelp==1.0.2 # via sphinx
32-
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
33-
tornado==6.0.3 # via livereload
34-
urllib3==1.25.6 # via requests
48+
# via
49+
# -r requirements-docs.in
50+
# sphinx-autodoc-typehints
51+
# sphinx-rtd-theme
52+
sphinxcontrib-applehelp==1.0.1
53+
# via sphinx
54+
sphinxcontrib-devhelp==1.0.1
55+
# via sphinx
56+
sphinxcontrib-htmlhelp==1.0.2
57+
# via sphinx
58+
sphinxcontrib-jsmath==1.0.1
59+
# via sphinx
60+
sphinxcontrib-qthelp==1.0.2
61+
# via sphinx
62+
sphinxcontrib-serializinghtml==1.1.3
63+
# via sphinx
64+
tornado==6.0.3
65+
# via livereload
66+
urllib3==1.25.6
67+
# via requests
3568

3669
# The following packages are considered to be unsafe in a requirements file:
37-
# setuptools==41.4.0 # via sphinx
70+
# setuptools

requirements.txt

Lines changed: 100 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,106 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
alembic==1.5.8 # via -r requirements.in
8-
cachetools==4.2.1 # via google-auth
9-
certifi==2020.12.5 # via requests
10-
cffi==1.14.5 # via google-crc32c
11-
chardet==4.0.0 # via requests
12-
click==7.1.2 # via -r requirements.in
13-
future==0.18.2 # via pybigquery
14-
google-api-core[grpc]==1.26.3 # via google-cloud-bigquery, google-cloud-core
15-
google-auth==1.28.1 # via google-api-core, google-cloud-core, pybigquery
16-
google-cloud-bigquery==2.13.1 # via pybigquery
17-
google-cloud-core==1.6.0 # via google-cloud-bigquery
18-
google-crc32c==1.1.2 # via google-resumable-media
19-
google-resumable-media==1.2.0 # via google-cloud-bigquery
20-
googleapis-common-protos==1.53.0 # via google-api-core
21-
grpcio==1.37.0 # via google-api-core
22-
idna==2.10 # via requests
23-
jinja2==2.11.3 # via -r requirements.in
24-
mako==1.1.4 # via alembic
25-
markupsafe==1.1.1 # via jinja2, mako
26-
packaging==20.9 # via -r requirements.in, google-api-core, google-cloud-bigquery
27-
proto-plus==1.18.1 # via google-cloud-bigquery
28-
protobuf==3.15.8 # via google-api-core, google-cloud-bigquery, googleapis-common-protos, proto-plus
29-
psycopg2-binary==2.8.6 # via -r requirements.in
30-
pyasn1-modules==0.2.8 # via google-auth
31-
pyasn1==0.4.8 # via pyasn1-modules, rsa
32-
pybigquery==0.6.0 # via -r requirements.in
33-
pycparser==2.20 # via cffi
34-
pyparsing==2.4.7 # via packaging
35-
python-dateutil==2.8.1 # via alembic
36-
python-editor==1.0.4 # via alembic
37-
pytz==2021.1 # via google-api-core
38-
requests==2.25.1 # via google-api-core, google-cloud-bigquery
39-
rsa==4.7.2 # via google-auth
40-
six==1.15.0 # via google-api-core, google-auth, google-cloud-core, google-resumable-media, grpcio, protobuf, python-dateutil
41-
sqlalchemy==1.3.24 # via -r requirements.in, alembic, pybigquery
42-
urllib3==1.26.4 # via requests
7+
alembic==1.5.8
8+
# via -r requirements.in
9+
cachetools==4.2.1
10+
# via google-auth
11+
certifi==2020.12.5
12+
# via requests
13+
cffi==1.14.5
14+
# via google-crc32c
15+
chardet==4.0.0
16+
# via requests
17+
click==7.1.2
18+
# via -r requirements.in
19+
future==0.18.2
20+
# via pybigquery
21+
google-api-core[grpc]==1.26.3
22+
# via
23+
# google-cloud-bigquery
24+
# google-cloud-core
25+
google-auth==1.28.1
26+
# via
27+
# google-api-core
28+
# google-cloud-core
29+
# pybigquery
30+
google-cloud-bigquery==2.13.1
31+
# via pybigquery
32+
google-cloud-core==1.6.0
33+
# via google-cloud-bigquery
34+
google-crc32c==1.1.2
35+
# via google-resumable-media
36+
google-resumable-media==1.2.0
37+
# via google-cloud-bigquery
38+
googleapis-common-protos==1.53.0
39+
# via google-api-core
40+
grpcio==1.37.0
41+
# via google-api-core
42+
idna==2.10
43+
# via requests
44+
jinja2==2.11.3
45+
# via -r requirements.in
46+
mako==1.1.4
47+
# via alembic
48+
markupsafe==1.1.1
49+
# via
50+
# jinja2
51+
# mako
52+
packaging==20.9
53+
# via
54+
# -r requirements.in
55+
# google-api-core
56+
# google-cloud-bigquery
57+
proto-plus==1.18.1
58+
# via google-cloud-bigquery
59+
protobuf==3.15.8
60+
# via
61+
# google-api-core
62+
# google-cloud-bigquery
63+
# googleapis-common-protos
64+
# proto-plus
65+
psycopg2-binary==2.8.6
66+
# via -r requirements.in
67+
pyasn1-modules==0.2.8
68+
# via google-auth
69+
pyasn1==0.4.8
70+
# via
71+
# pyasn1-modules
72+
# rsa
73+
pybigquery==0.6.0
74+
# via -r requirements.in
75+
pycparser==2.20
76+
# via cffi
77+
pyparsing==2.4.7
78+
# via packaging
79+
python-dateutil==2.8.1
80+
# via alembic
81+
python-editor==1.0.4
82+
# via alembic
83+
pytz==2021.1
84+
# via google-api-core
85+
requests==2.25.1
86+
# via
87+
# google-api-core
88+
# google-cloud-bigquery
89+
rsa==4.7.2
90+
# via google-auth
91+
six==1.15.0
92+
# via
93+
# google-api-core
94+
# google-auth
95+
# google-cloud-core
96+
# google-resumable-media
97+
# grpcio
98+
# protobuf
99+
# python-dateutil
100+
sqlalchemy==1.3.24
101+
# via
102+
# -r requirements.in
103+
# alembic
104+
# pybigquery
105+
urllib3==1.26.4
106+
# via requests
43107

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

0 commit comments

Comments
 (0)