Update dependency python-dotenv to ^0.20.0

This commit is contained in:
Renovate Bot
2022-03-25 00:08:33 +00:00
parent 0edbb1518e
commit 0226713117
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -195,7 +195,7 @@ python-versions = ">=3.5"
[[package]] [[package]]
name = "python-dotenv" name = "python-dotenv"
version = "0.19.2" version = "0.20.0"
description = "Read key-value pairs from a .env file and set them as environment variables" description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main" category = "main"
optional = false optional = false
@ -299,7 +299,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "9eb20208691b7c06b42b2b3594958360a7674833d93e3a892e85e90abeb14345" content-hash = "9c164548f1dbc309ad1eab2763e449267b15ebcfce03ae64fff3408941c2096b"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -580,8 +580,8 @@ pygments = [
{file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"}, {file = "Pygments-2.11.2.tar.gz", hash = "sha256:4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"},
] ]
python-dotenv = [ python-dotenv = [
{file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"},
{file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"}, {file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"},
] ]
python-multipart = [ python-multipart = [
{file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"},

View File

@ -16,7 +16,7 @@ ffmpeg-python = "^0.2.0"
dhooks = { git = "https://github.com/kyb3r/dhooks.git" } dhooks = { git = "https://github.com/kyb3r/dhooks.git" }
Pygments = "^2.11.2" Pygments = "^2.11.2"
python-multipart = "^0.0.5" python-multipart = "^0.0.5"
python-dotenv = "^0.19.2" python-dotenv = "^0.20.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]