Skip to content

Commit 48bedec

Browse files
fix: Updated dev. dependencies to not include upper bounds
1 parent 0683ad4 commit 48bedec

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ documentation = "https://hlasse.github.io/TextDescriptives/"
4949
[project.optional-dependencies]
5050
style = [
5151
"black==23.3.0",
52-
"pre-commit==3.1.1",
53-
"ruff==0.0.260",
52+
"pre-commit==3.2.2",
53+
"ruff==0.0.263",
5454
"mypy==1.1.1"
5555
]
5656
tests = [
57-
"pytest>=7.1.3,<7.3.0",
58-
"pytest-cov>=3.0.0,<3.0.1",
57+
"pytest>=7.1.3",
58+
"pytest-cov>=3.0.0",
5959
]
6060
docs = [
61-
"sphinx>=5.3.0,<7.1.0",
62-
"furo==2023.3.27",
63-
"sphinx-copybutton>=0.5.1,<0.5.2",
64-
"sphinxext-opengraph>=0.7.3,<0.8.2",
65-
"myst-nb>=0.6.0,<1.17.0",
66-
"sphinx_design>=0.3.0,<0.3.1",
67-
"autodoc_pydantic>=1.1.0,<1.9.0",
61+
"sphinx>=5.3.0",
62+
"furo>=2023.3.27",
63+
"sphinx-copybutton>=0.5.1",
64+
"sphinxext-opengraph>=0.7.3",
65+
"myst-nb>=0.6.0",
66+
"sphinx_design>=0.3.0",
67+
"autodoc_pydantic>=1.1.0",
6868
]
6969
tutorials = [
7070
"jupyter",

0 commit comments

Comments
 (0)