Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent 35ccb9e commit 9ff15ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 56 deletions.
63 changes: 10 additions & 53 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["Nyakku Shigure <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
typing-extensions = { version = "^4.3.0", python = "<3.11" }
docutils = { version = "^0.19", optional = true }
httpx = "^0.23.0"
docutils = { version = "^0.20.0", optional = true }
httpx = "^0.24.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand All @@ -17,7 +17,7 @@ isort = "^5.12.0"
tomli = { version = "^2.0.1", python = "<3.11" }
pre-commit = "^2.20.0"
types-docutils = "^0.19.0"
httpx = { extras = ["socks"], version = "^0.23.0" }
httpx = { extras = ["socks"], version = "^0.24.0" }
pyright = "^1.1.262"

[tool.poetry.extras]
Expand Down

0 comments on commit 9ff15ba

Please sign in to comment.