Skip to content

Commit

Permalink
update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
torsdag committed Mar 18, 2024
1 parent 8ff6e78 commit 7217171
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 35 deletions.
176 changes: 144 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Expand Up @@ -23,8 +23,6 @@ initial-content = """

[tool.poetry.dependencies]
python = "^3.8"
sphinx = ">=1.2.2, <1.6"
sphinx_rtd_theme = ">=0.1.6, <1"
lowdown = ">=0.1.0,<2"
setuptools = ">=30.3.0"
setuptools-scm = "^7.1.0"
Expand All @@ -43,6 +41,8 @@ wheel = "^0.41.2"
black = "^23.7.0"
pre-commit = "^3.4.0"
twine = "^4.0.2"
sphinx = "^7.0.6"
sphinx_rtd_theme = ">=2.0.0,<3"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.1"
Expand All @@ -53,4 +53,3 @@ flaky = "^3.7.0"
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 7217171

Please sign in to comment.