archive
/
actioner
Archived
1
Fork 0

Merge pull request #1 from RealOrangeOne/dependabot/pip/starlette-0.12.9

Bump starlette from 0.12.8 to 0.12.9
This commit is contained in:
Jake Howard 2019-09-03 08:19:26 +01:00 committed by GitHub
commit 27c0310388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -32,6 +32,6 @@ pygithub = "==1.43.8"
todoist-python = "==8.0.0" todoist-python = "==8.0.0"
sentry-sdk = "==0.11.2" sentry-sdk = "==0.11.2"
python-dateutil = "==2.8.0" python-dateutil = "==2.8.0"
starlette = "==0.12.8" starlette = "==0.12.9"
uvicorn = "==0.8.6" uvicorn = "==0.8.6"
starlette-auth-toolkit = "==0.5.0" starlette-auth-toolkit = "==0.5.0"

8
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "639b6ee8ba2e4692915576c1f76904dae0a808f4ab60f578646ccab8c23acfdd" "sha256": "0e4b536511730008f5acfed1fc87a219976efc3ff233583edb362befe854f00e"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -63,7 +63,6 @@
"hashes": [ "hashes": [
"sha256:e00cbd7ba01ff748e494248183abc6e153f49181169d8a3d41bb49132ca01dfc" "sha256:e00cbd7ba01ff748e494248183abc6e153f49181169d8a3d41bb49132ca01dfc"
], ],
"markers": "sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'pypy'",
"version": "==0.0.13" "version": "==0.0.13"
}, },
"idna": { "idna": {
@ -126,10 +125,10 @@
}, },
"starlette": { "starlette": {
"hashes": [ "hashes": [
"sha256:f600bf9d0beeeeebcb143e6d0c4f8858c2b05067d5a4feb446ba7400ba5e5dc5" "sha256:c2ac9a42e0e0328ad20fe444115ac5e3760c1ee2ac1ff8cdb5ec915c4a453411"
], ],
"index": "pypi", "index": "pypi",
"version": "==0.12.8" "version": "==0.12.9"
}, },
"starlette-auth-toolkit": { "starlette-auth-toolkit": {
"hashes": [ "hashes": [
@ -180,7 +179,6 @@
"sha256:c48692bf4587ce281d641087658eca275a5ad3b63c78297bbded96570ae9ce8f", "sha256:c48692bf4587ce281d641087658eca275a5ad3b63c78297bbded96570ae9ce8f",
"sha256:fefc3b2b947c99737c348887db2c32e539160dcbeb7af9aa6b53db7a283538fe" "sha256:fefc3b2b947c99737c348887db2c32e539160dcbeb7af9aa6b53db7a283538fe"
], ],
"markers": "sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'pypy'",
"version": "==0.12.2" "version": "==0.12.2"
}, },
"websockets": { "websockets": {