Merge pull request #408 from codl/dependabot/pip/doit-0.33.1

This commit is contained in:
dependabot[bot] 2021-03-09 08:50:45 +00:00 committed by GitHub
commit 2352ed84ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

6
Pipfile.lock generated
View File

@ -139,10 +139,11 @@
},
"doit": {
"hashes": [
"sha256:323d0411e50a0babb945e2a639aa6e633fbb84a9f98086df0c880e739237750c"
"sha256:211fc0de3fd9ee31e5c4ccb36bc1a4054b5c4a4a44f915ca413896155b684bfa",
"sha256:37c3b35c2151647b968b2af24481112b2f813c30f695366db0639d529190a143"
],
"index": "pypi",
"version": "==0.32.0"
"version": "==0.33.1"
},
"flask": {
"hashes": [
@ -346,6 +347,7 @@
"hashes": [
"sha256:9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
],
"markers": "sys_platform == 'linux'",
"version": "==0.9.6"
},
"python-dateutil": {

View File

@ -12,7 +12,7 @@ click==7.1.2
cloudpickle==1.6.0
csscompressor==0.9.5
decorator==4.4.2
doit==0.32.0
doit==0.33.1
flask-migrate==2.5.3
flask-sqlalchemy==2.4.4
flask==1.1.2
@ -27,7 +27,7 @@ markupsafe==1.1.1
mastodon.py==1.5.1
pillow==8.1.2
psycopg2==2.8.5
pyinotify==0.9.6
pyinotify==0.9.6 ; sys_platform == 'linux'
python-dateutil==2.8.1
python-editor==1.0.4
python-magic==0.4.22