bump dependencies -- see #3241 (#3433)

This commit is contained in:
Harald Schilly 2023-11-03 19:39:18 +01:00 committed by GitHub
commit 25bb381528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 432 additions and 652 deletions

1104
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -37,16 +37,16 @@ pydub = "^0.25.1"
rich = ">=6.0,!=12.0.0"
pycairo = "^1.21"
manimpango = ">=0.5.0,<1.0.0"
networkx = "^2.5"
networkx = ">=2.5,<3.3"
decorator = "^5.0.7"
importlib-metadata = { version = "^4.10.0", python = "<3.8" }
watchdog = "^2.1.6"
watchdog = ">=2.1,<=3.0.0"
jupyterlab = { version = "^3.0", optional = true }
notebook = { version = "^6.4", optional = true }
moderngl = "^5.6.3"
moderngl-window = "^2.3.0"
mapbox-earcut = "^1.0.0"
cloup = "^0.13.0"
cloup = ">=0.13,<2.2"
requests = "^2.26.0"
dearpygui = { version = "^1.3.1", optional = true }
skia-pathops = "^0.7.0"

View file

@ -144,7 +144,7 @@ def test_manim_new_command():
expected_output = """\
Usage: manim new [OPTIONS] COMMAND [ARGS]...
(DEPRECATED) Create a new project or insert a new scene.
(Deprecated) Create a new project or insert a new scene.
Options:
--help Show this message and exit.