selenium-base 4.45.2__tar.gz → 4.45.4__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: selenium-base
3
- Version: 4.45.2
3
+ Version: 4.45.4
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
@@ -32,7 +32,6 @@ Classifier: Operating System :: Microsoft :: Windows
32
32
  Classifier: Operating System :: POSIX :: Linux
33
33
  Classifier: Programming Language :: Python
34
34
  Classifier: Programming Language :: Python :: 3
35
- Classifier: Programming Language :: Python :: 3.8
36
35
  Classifier: Programming Language :: Python :: 3.9
37
36
  Classifier: Programming Language :: Python :: 3.10
38
37
  Classifier: Programming Language :: Python :: 3.11
@@ -50,9 +49,9 @@ Classifier: Topic :: Software Development :: Testing
50
49
  Classifier: Topic :: Software Development :: Testing :: Acceptance
51
50
  Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
51
  Classifier: Topic :: Utilities
53
- Requires-Python: >=3.8
52
+ Requires-Python: >=3.9
54
53
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.45.2
54
+ Requires-Dist: seleniumbase>=4.45.4
56
55
  Dynamic: author
57
56
  Dynamic: author-email
58
57
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: selenium-base
3
- Version: 4.45.2
3
+ Version: 4.45.4
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
@@ -32,7 +32,6 @@ Classifier: Operating System :: Microsoft :: Windows
32
32
  Classifier: Operating System :: POSIX :: Linux
33
33
  Classifier: Programming Language :: Python
34
34
  Classifier: Programming Language :: Python :: 3
35
- Classifier: Programming Language :: Python :: 3.8
36
35
  Classifier: Programming Language :: Python :: 3.9
37
36
  Classifier: Programming Language :: Python :: 3.10
38
37
  Classifier: Programming Language :: Python :: 3.11
@@ -50,9 +49,9 @@ Classifier: Topic :: Software Development :: Testing
50
49
  Classifier: Topic :: Software Development :: Testing :: Acceptance
51
50
  Classifier: Topic :: Software Development :: Testing :: Traffic Generation
52
51
  Classifier: Topic :: Utilities
53
- Requires-Python: >=3.8
52
+ Requires-Python: >=3.9
54
53
  Description-Content-Type: text/markdown
55
- Requires-Dist: seleniumbase>=4.45.2
54
+ Requires-Dist: seleniumbase>=4.45.4
56
55
  Dynamic: author
57
56
  Dynamic: author-email
58
57
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.45.4
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
68
68
 
69
69
  setup(
70
70
  name='selenium-base',
71
- version='4.45.2',
71
+ version='4.45.4',
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',
@@ -101,7 +101,6 @@ setup(
101
101
  "Operating System :: POSIX :: Linux",
102
102
  "Programming Language :: Python",
103
103
  "Programming Language :: Python :: 3",
104
- "Programming Language :: Python :: 3.8",
105
104
  "Programming Language :: Python :: 3.9",
106
105
  "Programming Language :: Python :: 3.10",
107
106
  "Programming Language :: Python :: 3.11",
@@ -120,9 +119,9 @@ setup(
120
119
  "Topic :: Software Development :: Testing :: Traffic Generation",
121
120
  "Topic :: Utilities",
122
121
  ],
123
- python_requires=">=3.8",
122
+ python_requires=">=3.9",
124
123
  install_requires=[
125
- 'seleniumbase>=4.45.2',
124
+ 'seleniumbase>=4.45.4',
126
125
  ],
127
126
  packages=[
128
127
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.45.2
File without changes
File without changes