Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 18, 2023
1 parent 6ba1b62 commit 21e4d13
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
79 changes: 40 additions & 39 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 @@ -38,21 +38,21 @@ Sphinx = [
playwrightcapture = {extras = ["recaptcha"], version = "^1.21.8"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^4.6.0", extras = ["hiredis"]}
redis = {version = "^5.0.0", extras = ["hiredis"]}

[tool.poetry.extras]
docs = ["Sphinx"]

[tool.poetry.group.dev.dependencies]
types-redis = {version = "^4.6.0.5"}
types-redis = {version = "^4.6.0.6"}
mypy = "^1.5.1"
types-requests = "^2.31.0.2"
types-beautifulsoup4 = "^4.12.0.6"
ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
]
pytest = "^7.4.0"
pytest = "^7.4.2"

[build-system]
requires = ["poetry_core"]
Expand Down

0 comments on commit 21e4d13

Please sign in to comment.