Skip to content

Commit 1f723cb

Browse files
Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 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.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ad742d commit 1f723cb

File tree

2 files changed

+122
-54
lines changed

2 files changed

+122
-54
lines changed

Pipfile.lock

Lines changed: 112 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1+
-i https://pypi.org/simple/
2+
click==7.1.2
23
flask-limiter==1.3.1
34
flask-marshmallow==0.13.0
45
flask-sqlalchemy==2.4.4
56
flask==1.1.2
7+
greenlet==1.0.0 ; python_version >= '3'
68
gunicorn==20.0.4
7-
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
8-
jinja2==2.11.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
9+
itsdangerous==1.1.0
10+
jinja2==2.11.3
911
limits==1.5.1
10-
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
12+
markupsafe==1.1.1
1113
marshmallow-sqlalchemy==0.23.1
12-
marshmallow==3.7.1; python_version >= '3.5'
14+
marshmallow==3.11.1
1315
psycopg2-binary==2.8.5
1416
psycopg2==2.8.5
1517
python-dotenv==0.14.0
16-
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
17-
sqlalchemy==1.3.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
18-
werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
18+
six==1.15.0
19+
sqlalchemy==1.4.7
20+
werkzeug==1.0.1

0 commit comments

Comments
 (0)