Skip to content

Commit

Permalink
Updated dependencies (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Georacer committed Jun 3, 2023
1 parent 94f476b commit 3773a33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage:
status:
project:
default:
target: "100"
target: "98"
patch:
default:
target: "100"
target: "90"
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furo==2023.3.27
furo==2023.5.20
sphinx==6.2.1
sphinx-click==4.4.0
directory-tree==0.0.3.1
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pydantic = "^1.9.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
coverage = {extras = ["toml"], version = "^7.2"}
safety = "^2.2.0"
mypy = "^1.0.1"
safety = "^2.3.0"
mypy = "^1.3.0"
typeguard = "^2.13.3"
xdoctest = {extras = ["colors"], version = "^1.0.0"}
sphinx = "^6.2.1"
Expand All @@ -44,7 +44,7 @@ reorder-python-imports = "^3.1.0"
pre-commit-hooks = "^4.3.0"
sphinx-click = "^4.4.0"
Pygments = "^2.10.0"
pyupgrade = "^3.3.2"
pyupgrade = "^3.4.0"
furo = ">=2022.12.7"

[tool.poetry.scripts]
Expand Down

0 comments on commit 3773a33

Please sign in to comment.