Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 23, 2024
1 parent 0ecab2b commit fbe79fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions playwrightcapture/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ def _exception_is_network_error(self, exception: Error) -> bool:
'NS_ERROR_ABORT',
'NS_ERROR_CONNECTION_REFUSED',
'NS_ERROR_NET_INTERRUPT',
'NS_ERROR_NET_PARTIAL_TRANSFER',
'NS_ERROR_NET_RESET',
'NS_ERROR_NET_TIMEOUT',
'NS_ERROR_REDIRECT_LOOP',
Expand Down
19 changes: 9 additions & 10 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SpeechRecognition = {version = "^3.10.4", optional = true}
pytz = {"version" = "^2024.1", python = "<3.9"}
tzdata = "^2024.1"
playwright-stealth = "^1.0.6"
setuptools = "^69.5.1"
setuptools = "^70.0.0"
puremagic = "^1.23"
async-timeout = {version = "^4.0.3", python = "<3.11"}
aiohttp = {extras = ["speedups"], version = "^3.9.5"}
Expand Down

0 comments on commit fbe79fb

Please sign in to comment.