Skip to content

Commit

Permalink
deps: bump browser-utils 0.0.1 -> 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed May 22, 2024
1 parent 2a63df7 commit 57133a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npi/core/playwright_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from playwright.async_api import async_playwright, Playwright, Browser, BrowserContext, Page, FileChooser

__BROWSER_UTILS_VERSION__ = '0.0.1'
__BROWSER_UTILS_VERSION__ = '0.0.2'


def _prepare_browser_utils():
Expand Down

0 comments on commit 57133a8

Please sign in to comment.