diff options
author | 2025-08-09 00:44:40 +0000 | |
---|---|---|
committer | 2025-08-09 00:44:40 +0000 | |
commit | d513795374568ca8f09a790354751a02809c9771 (patch) | |
tree | f01f1095b7f683091e0a71ca09cdd7f2522e3ebe /pyproject.toml | |
parent | Run ruff on code (diff) |
Update dependency motor to v3.7.1renovate/motor-3.x
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| pypi | motor | 3.5.1 | 3.7.1 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1bf7240..4656f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" starlette = "^0.38.0" nested_dict = "^1.61" uvicorn = { extras = ["standard"], version = "^0.30.1" } -motor = "3.5.1" +motor = "3.7.1" python-dotenv = "^1.0.1" pyjwt = "^2.8.0" httpx = "^0.27.0" |