Skip to content

Commit d1d795a

Browse files
committed
Update dependencies
1 parent 3ccaa08 commit d1d795a

File tree

2 files changed

+105
-59
lines changed

2 files changed

+105
-59
lines changed

Pipfile.lock

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

requirements.txt

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,62 @@
11
attrs==20.3.0
2+
awsebcli==3.19.4
3+
bcrypt==3.2.0
4+
blessed==1.17.12
5+
botocore==1.19.56
6+
cached-property==1.5.2
27
cachelib==0.1.1
8+
cement==2.8.2
39
certifi==2020.12.5
10+
cffi==1.14.4
411
chardet==4.0.0
512
click==7.1.2
13+
colorama==0.4.3
14+
cryptography==3.3.1
15+
docker==4.4.1
16+
docker-compose==1.25.5
17+
dockerpty==0.4.1
18+
docopt==0.6.2
619
Flask==1.1.2
720
flask-marshmallow==0.14.0
821
Flask-Session==0.3.2
9-
Flask-SQLAlchemy==2.4.4
22+
Flask-SQLAlchemy==2.5.1
23+
future==0.16.0
24+
greenlet==1.0.0
1025
idna==2.10
1126
iniconfig==1.1.1
1227
itsdangerous==1.1.0
13-
Jinja2==2.11.2
28+
Jinja2==2.11.3
29+
jmespath==0.10.0
30+
jsonschema==3.2.0
1431
MarkupSafe==1.1.1
15-
marshmallow==3.10.0
16-
marshmallow-sqlalchemy==0.24.1
32+
marshmallow==3.11.1
33+
marshmallow-sqlalchemy==0.24.2
1734
mysql-connector==2.2.9
18-
packaging==20.8
35+
numpy==1.19.5
36+
packaging==20.9
37+
pandas==1.2.0
38+
paramiko==2.7.2
39+
pathspec==0.5.9
1940
pluggy==0.13.1
2041
py==1.10.0
42+
pycparser==2.20
2143
PyMySQL==1.0.2
44+
PyNaCl==1.4.0
2245
pyparsing==2.4.7
23-
pytest==6.2.1
46+
pyrsistent==0.17.3
47+
pytest==6.2.3
2448
python-dateutil==2.8.1
25-
python-dotenv==0.15.0
49+
python-dotenv==0.17.0
2650
pytz==2020.5
51+
PyYAML==5.3.1
2752
requests==2.25.1
53+
semantic-version==2.8.5
2854
six==1.15.0
29-
SQLAlchemy==1.3.22
55+
SQLAlchemy==1.4.9
56+
termcolor==1.1.0
57+
texttable==1.6.3
3058
toml==0.10.2
3159
urllib3==1.26.4
60+
wcwidth==0.1.9
61+
websocket-client==0.57.0
3262
Werkzeug==1.0.1

0 commit comments

Comments
 (0)