Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 24, 2024
1 parent d8c3219 commit f9a517e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
102 changes: 51 additions & 51 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 @@ -34,19 +34,19 @@ Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
]
playwrightcapture = {extras = ["recaptcha"], version = "^1.24.5"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.24.6"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.3", extras = ["hiredis"]}
redis = {version = "^5.0.4", extras = ["hiredis"]}
dnspython = "^2.6.1"
async-timeout = {version = "^4.0.3", python = "<3.11"}

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

[tool.poetry.group.dev.dependencies]
types-redis = {version = "^4.6.0.20240417"}
mypy = "^1.9.0"
types-redis = {version = "^4.6.0.20240423"}
mypy = "^1.10.0"
types-requests = "^2.31.0.20240406"
types-beautifulsoup4 = "^4.12.0.20240229"
ipython = [
Expand Down

0 comments on commit f9a517e

Please sign in to comment.