Skip to content

Commit

Permalink
chg: Bump deps, avoid issue with aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 4, 2024
1 parent bbe1009 commit 873e164
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ SpeechRecognition = {version = "^3.10.4", optional = true}
pytz = {"version" = "^2024.1", python = "<3.9"}
tzdata = "^2024.1"
playwright-stealth = "^1.0.6"
setuptools = "^71.1.0"
setuptools = "^72.1.0"
puremagic = "^1.26"
async-timeout = {version = "^4.0.3", python = "<3.11"}
aiohttp = {extras = ["speedups"], version = "^3.10.0"}
aiohttp-socks = "^0.8.4"
aiohttp-socks = "^0.9"

[tool.poetry.extras]
recaptcha = ["pydub", "SpeechRecognition"]
Expand Down

0 comments on commit 873e164

Please sign in to comment.