aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-09 00:44:40 +0000
committerGravatar GitHub <[email protected]>2025-08-09 00:44:40 +0000
commitd513795374568ca8f09a790354751a02809c9771 (patch)
treef01f1095b7f683091e0a71ca09cdd7f2522e3ebe /pyproject.toml
parentRun 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.toml2
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"