pytest-seleniumbase 4.44.6__tar.gz → 4.44.7__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.44.6
3
+ Version: 4.44.7
4
4
  Summary: A complete web automation framework for end-to-end testing.
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.8
54
54
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.44.6
55
+ Requires-Dist: seleniumbase>=4.44.7
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.44.6
3
+ Version: 4.44.7
4
4
  Summary: A complete web automation framework for end-to-end testing.
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.8
54
54
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.44.6
55
+ Requires-Dist: seleniumbase>=4.44.7
56
56
  Dynamic: author
57
57
  Dynamic: author-email
58
58
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.44.7
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
68
68
 
69
69
  setup(
70
70
  name='pytest-seleniumbase',
71
- version='4.44.6',
71
+ version='4.44.7',
72
72
  description='A complete web automation framework for end-to-end testing.',
73
73
  long_description=long_description,
74
74
  long_description_content_type='text/markdown',
@@ -122,7 +122,7 @@ setup(
122
122
  ],
123
123
  python_requires=">=3.8",
124
124
  install_requires=[
125
- 'seleniumbase>=4.44.6',
125
+ 'seleniumbase>=4.44.7',
126
126
  ],
127
127
  packages=[
128
128
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.44.6