Bump doit from 0.32.0 to 0.33.1
Bumps [doit](https://github.com/pydoit/doit) from 0.32.0 to 0.33.1. - [Release notes](https://github.com/pydoit/doit/releases) - [Changelog](https://github.com/pydoit/doit/blob/master/CHANGES) - [Commits](https://github.com/pydoit/doit/compare/0.32.0...0.33.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bf6068f5d9
commit
c760178ba9
|
@ -144,10 +144,11 @@
|
||||||
},
|
},
|
||||||
"doit": {
|
"doit": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:323d0411e50a0babb945e2a639aa6e633fbb84a9f98086df0c880e739237750c"
|
"sha256:211fc0de3fd9ee31e5c4ccb36bc1a4054b5c4a4a44f915ca413896155b684bfa",
|
||||||
|
"sha256:37c3b35c2151647b968b2af24481112b2f813c30f695366db0639d529190a143"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.32.0"
|
"version": "==0.33.1"
|
||||||
},
|
},
|
||||||
"flask": {
|
"flask": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -351,6 +352,7 @@
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
|
"sha256:9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
|
||||||
],
|
],
|
||||||
|
"markers": "sys_platform == 'linux'",
|
||||||
"version": "==0.9.6"
|
"version": "==0.9.6"
|
||||||
},
|
},
|
||||||
"python-dateutil": {
|
"python-dateutil": {
|
||||||
|
|
|
@ -12,7 +12,7 @@ click==7.1.2
|
||||||
cloudpickle==1.6.0
|
cloudpickle==1.6.0
|
||||||
csscompressor==0.9.5
|
csscompressor==0.9.5
|
||||||
decorator==4.4.2
|
decorator==4.4.2
|
||||||
doit==0.32.0
|
doit==0.33.1
|
||||||
flask-migrate==2.5.3
|
flask-migrate==2.5.3
|
||||||
flask-sqlalchemy==2.4.4
|
flask-sqlalchemy==2.4.4
|
||||||
flask==1.1.2
|
flask==1.1.2
|
||||||
|
@ -27,7 +27,7 @@ markupsafe==1.1.1
|
||||||
mastodon.py==1.5.1
|
mastodon.py==1.5.1
|
||||||
pillow==8.1.2
|
pillow==8.1.2
|
||||||
psycopg2==2.8.5
|
psycopg2==2.8.5
|
||||||
pyinotify==0.9.6
|
pyinotify==0.9.6 ; sys_platform == 'linux'
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.1
|
||||||
python-editor==1.0.4
|
python-editor==1.0.4
|
||||||
python-magic==0.4.22
|
python-magic==0.4.22
|
||||||
|
|
Loading…
Reference in New Issue