Skip to content

Commit

Permalink
chore(deps): bump dependencies to latest minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmeric committed May 18, 2023
1 parent 43319d9 commit 180e09e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 52 deletions.
91 changes: 44 additions & 47 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ classifiers=[
[tool.poetry.dependencies]
python = "^3.7.2"
trio = "^0.22.0"
httpcore = "^0.16.0"
trio-websocket = "^0.9.2"
httpcore = "^0.17.1"
trio-websocket = "^0.10.2"
typing-extensions = {version = "^4.4.0", python = "<3.8"}


Expand All @@ -35,8 +35,8 @@ invoke = "^2.0.0"

[tool.poetry.group.dev.dependencies]
pylint = { version = "^2.15.5", python = ">=3.7.2,<4.0" }
mypy = "^0.991"
trio-typing = "^0.7.0"
mypy = "^1.3"
trio-typing = "^0.8.0"
pre-commit = {version = "^3.0.4", python = ">=3.8.0,<4.0.0"}
invoke = "^2.0.0"
black = {version = "^23.1.0", extras = ["colorama"]}
Expand All @@ -45,7 +45,7 @@ isort = {version = "^5.12.0", extras = ["colors"], python = ">=3.8.0,<4.0.0"}

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.4.2"
mkdocstrings = {version = "^0.20.0", extras = ["python"]}
mkdocstrings = {version = "^0.21.0", extras = ["python"]}
mkdocs-material = {version = "^9.0.11", extras = ["python"]}
pymdown-extensions = "^10.0"
markdown-callouts = "^0.3.0"
Expand Down

0 comments on commit 180e09e

Please sign in to comment.