diff --git a/poetry.lock b/poetry.lock index 572c8c1..ade8ccf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -842,14 +842,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "python-dotenv" -version = "0.21.1" +version = "1.0.0" description = "Read key-value pairs from a .env file and set them as environment variables" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.21.1.tar.gz", hash = "sha256:1c93de8f636cde3ce377292818d0e440b6e45a82f215c3744979151fa8151c49"}, - {file = "python_dotenv-0.21.1-py3-none-any.whl", hash = "sha256:41e12e0318bebc859fcc4d97d4db8d20ad21721a6aa5047dd59f090391cb549a"}, + {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, + {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, ] [package.extras] @@ -1483,4 +1483,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3f0b1132e42373de80e71e1ef1210139455a0c95c9f0b19f4bfb9e01fb70d120" +content-hash = "e9cf717f2f94581f86b781d8ff97ea94583da9a404b6a6a99c9e1a23bf59e4c4" diff --git a/pyproject.toml b/pyproject.toml index ef0a675..d49c9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ uvicorn = { extras = ["standard"], version = "^0.20.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0" python-multipart = "^0.0.5" -python-dotenv = "^0.21.1" +python-dotenv = "^1.0.0" tomlkit = "^0.11.6" beautifulsoup4 = "^4.11.2" lxml = "^4.9.2"