Skip to content

Commit 813952c

Browse files
committed
Bump dependencies
1 parent 944a93f commit 813952c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description-file = "README.md"
2323
requires-python = ">=3.7"
2424
requires = [
2525
"fastapi-users >= 9.1.0",
26-
"tortoise-orm >=0.17.6,<0.18.0"
26+
"tortoise-orm >=0.17.6,<0.19.0"
2727
]
2828

2929
[tool.flit.metadata.urls]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
fastapi-users >= 9.1.0
2-
tortoise-orm >= 0.17.6,<0.18.0
2+
tortoise-orm >= 0.17.6,<0.19.0

0 commit comments

Comments
 (0)