Skip to content

Commit c57b2ad

Browse files
🤖 Update dependencies (#29)
Co-authored-by: mrharpo <mrharpo@users.noreply.github.com>
1 parent 4ded870 commit c57b2ad

2 files changed

Lines changed: 46 additions & 69 deletions

File tree

‎pdm.lock‎

Lines changed: 22 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ description = "The ottomatic video engine"
1010
authors = [
1111
{name = "Quaternion Media", email = "qm@quaternion.media"}
1212
]
13-
dependencies = ["fastapi<1.0.0,>=0.94.0", "moviepy<2.0.0,>=1.0.3", "pydantic<2.0.0,>=1.10.5"]
13+
dependencies = [
14+
"fastapi~=0.95",
15+
"moviepy~=1.0",
16+
"pydantic~=1.10",
17+
]
1418
requires-python = ">=3.8.1,<4.0"
1519
readme = "README.md"
1620
license = {text = "MIT"}
@@ -22,32 +26,34 @@ repository = "https://github.com/quaternionmedia/otto"
2226

2327
[project.optional-dependencies]
2428
render = [
25-
"gizeh >= 0.1.11",
26-
"bezier >= 2021.2.12",
27-
"tqdm >= 4.64.1"
29+
"gizeh~=0.1",
30+
"bezier~=2021.2",
31+
"tqdm~=4.65",
2832
]
2933
test = [
30-
"pytest >= 7.2.1",
31-
"httpx >= 0.23.3",
32-
"pytest-cov >= 4.0.0",
33-
"pytest-xdist>=3.2.1",
34+
"pytest~=7.3",
35+
"httpx~=0.24",
36+
"pytest-cov~=4.0",
37+
"pytest-xdist~=3.2",
3438
]
3539
docs = [
36-
"mkdocs >= 1.4.2",
37-
"mkdocs-material >= 9.1.2",
38-
"mkdocs-git-revision-date-localized-plugin >= 1.2.0",
39-
"mike >= 1.1.2",
40-
"mkdocstrings[python] >= 0.20.0",
41-
"setuptools"
40+
"mkdocs~=1.4",
41+
"mkdocs-material~=9.1",
42+
"mkdocs-git-revision-date-localized-plugin~=1.2",
43+
"mike~=1.1",
44+
"mkdocstrings[python]~=0.21",
45+
"setuptools~=67.6",
4246
]
4347

4448
[tool.pdm.dev-dependencies]
4549
dev = [
46-
"uvicorn >= 0.21.1",
47-
"black >= 23.1.0",
48-
"ruff >= 0.0.261"
50+
"uvicorn~=0.21",
51+
"black~=23.3",
52+
"ruff~=0.0",
53+
]
54+
nox = [
55+
"nox~=2022.11",
4956
]
50-
nox = ["nox >= 2022.11.21"]
5157

5258

5359
[tool.pdm]

0 commit comments

Comments
 (0)