Skip to content

Commit

Permalink
chore: revert deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryshoooo committed Apr 27, 2024
1 parent fad9d78 commit f00f5c3
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 67 deletions.
134 changes: 71 additions & 63 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ deprecation = ">=2.1.0"
jwcrypto = "^1.5.4"

[tool.poetry.group.docs.dependencies]
alabaster = {version=">=0.7.12", python=">=3.9,<4.0"}
alabaster = ">=0.7.12"
commonmark = ">=0.9.1"
recommonmark = ">=0.7.1"
Sphinx = {version=">=6.1.0", python=">=3.9,<4.0"}
Sphinx = ">=6.1.0"
sphinx-rtd-theme = ">=1.0.0"
readthedocs-sphinx-ext = ">=2.1.9"
m2r2 = ">=0.3.2"
Expand All @@ -50,10 +50,10 @@ tox = ">=4.0.0"
pytest = ">=7.1.2"
pytest-cov = ">=3.0.0"
wheel = ">=0.38.4"
pre-commit = {version=">=2.19.0", python= ">=3.9,<4.0"}
pre-commit = ">=2.19.0"
isort = ">=5.10.1"
black = ">=22.3.0"
flake8 = {version = ">=3.5.0", python = ">=3.8.1,<4.0"}
flake8 = ">=3.5.0"
flake8-docstrings = ">=1.6.0"
commitizen = ">=2.28.0"
cryptography = ">=42.0.0"
Expand Down

0 comments on commit f00f5c3

Please sign in to comment.