pytest-seleniumbase 4.49.9__tar.gz → 4.49.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-seleniumbase
3
- Version: 4.49.9
3
+ Version: 4.49.10
4
4
  Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -52,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
52
  Classifier: Topic :: Utilities
53
53
  Requires-Python: >=3.9
54
54
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.49.9
55
+ Requires-Dist: seleniumbase>=4.49.10
56
56
  Dynamic: author
57
57
  Dynamic: author-email
58
58
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-seleniumbase
3
- Version: 4.49.9
3
+ Version: 4.49.10
4
4
  Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -52,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
52
  Classifier: Topic :: Utilities
53
53
  Requires-Python: >=3.9
54
54
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.49.9
55
+ Requires-Dist: seleniumbase>=4.49.10
56
56
  Dynamic: author
57
57
  Dynamic: author-email
58
58
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.49.10
@@ -71,7 +71,7 @@ if sys.argv[-1] == "publish":
71
71
 
72
72
  setup(
73
73
  name='pytest-seleniumbase',
74
- version='4.49.9',
74
+ version='4.49.10',
75
75
  description=(
76
76
  "SeleniumBase is a framework for web crawling, scraping, and testing. "
77
77
  "Supports pytest. CDP Mode adds stealth. Includes many tools."
@@ -127,7 +127,7 @@ setup(
127
127
  ],
128
128
  python_requires=">=3.9",
129
129
  install_requires=[
130
- 'seleniumbase>=4.49.9',
130
+ 'seleniumbase>=4.49.10',
131
131
  ],
132
132
  packages=[
133
133
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.49.9