Skip to content

Commit

Permalink
fix: bump deps in pyproject (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi authored Apr 15, 2024
1 parent 9f559d2 commit b246f79
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 36 deletions.
33 changes: 17 additions & 16 deletions poetry.lock

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

49 changes: 29 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,45 @@ classifiers = []
[tool.poetry.dependencies]
python = "^3.8"
click = "^8.1.7"
rich = ">=10.14.0"
rich = ">=13.7.1"
python-gnupg = ">=0.5.2"
sphinx-click = "^5.1.0"

[tool.poetry.dev-dependencies]
"ruamel.yaml" = ">=0.17.17"
coverage = {extras = ["toml"], version = ">=6.2"}
furo = ">=2022.1.2"
"ruamel.yaml" = ">=0.18.6"
coverage = {extras = ["toml"], version = ">=7.4.4"}
furo = ">=2024.1.29"
jinja2-time = ">=0.2.0"
mypy = ">=0.931"
myst-parser = ">=0.16.1"
nox = ">=2021.10.1"
nox-poetry = ">=0.9.0"
pre-commit = ">=2.16.0"
pytest = ">=6.2.5"
pytest-mock = ">=3.6.1"
safety = ">=1.10.3"
sphinx = ">=4.3.2"
sphinx-autobuild = ">=2021.3.14"
sphinx-click = ">=3.0.2"
sphinx-copybutton = ">=0.4.0"
sphinx-inline-tabs = {version = ">=2022.1.2b11", python = ">=3.8,<4.0"}
sphinxcontrib-mermaid = ">=0.7.1"
sphinxcontrib-spelling = ">=7.3.2"
mypy = ">=1.9.0"
myst-parser = ">=2.0.0"
nox = ">=2024.4.15"
nox-poetry = ">=1.0.3"
pre-commit = [
{version = ">=2.16.0", python = "<3.9"},
{version = ">=2.16.0", python = ">=3.9"},
]
pytest = ">=8.1.1"
pytest-mock = ">=3.14.0"
safety = ">=3.1.0"
sphinx = [
{version = ">=4.3.2", python = "<3.9"},
{version = ">=4.3.2", python = ">=3.9"},
]
sphinx-autobuild = [
{version = ">=2021.3.14", python = "<3.9"},
{version = ">=2021.3.14", python = ">=3.9"},
]
sphinx-click = ">=5.1.0"
sphinx-copybutton = ">=0.5.2"
sphinx-inline-tabs = {version = ">=2023.4.21", python = ">=3.8,<4.0"}
sphinxcontrib-mermaid = ">=0.9.2"
sphinxcontrib-spelling = ">=8.0.0"
sphinxcontrib-versioning = "2.2.1"
sphinxemoji = [
{version = "<3", python = "<3.9"},
{version = "0.3.1", python = ">=3.9"},
]
typeguard = "^4.0.0"
typeguard = "^4.2.1"
xdoctest = {extras = ["colors"], version = "1.1.3"}


Expand Down

0 comments on commit b246f79

Please sign in to comment.