diff --git a/poetry.lock b/poetry.lock index 76fa2ec..fbd7420 100644 --- a/poetry.lock +++ b/poetry.lock @@ -901,14 +901,14 @@ typing-extensions = ">=4.14.1" [[package]] name = "python-dotenv" -version = "1.2.1" +version = "1.2.2" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, - {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, + {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, + {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, ] [package.extras] @@ -1046,4 +1046,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "a35679608a21f647756c45c6d6912ed12d77eb9874d0e30c1d6399e38653d591" +content-hash = "4ae38781904862884f0e1b716ca10e10d23f3eb331ebb54d33c59394ded3b298" diff --git a/pyproject.toml b/pyproject.toml index 048eeb1..7b88e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python-multipart = "^0.0.22" aiofiles = "^25.1.0" requests = "^2.32.5" fastapi-utils = "^0.8.0" -python-dotenv = "^1.2.1" +python-dotenv = "^1.2.2" peewee = "^3.19.0" bcrypt = "^5.0.0" cryptography = "^46.0.5"