Skip to content

Commit d77c827

Browse files
committed
Bumping versions to nightly
1 parent 5fc1ec9 commit d77c827

File tree

15 files changed

+39
-97
lines changed

15 files changed

+39
-97
lines changed

dotnet/selenium-dotnet-version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.29.0"
3+
SE_VERSION = "4.30.0-nightly202502201302"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.29.0"
1+
SE_VERSION = "4.30.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

javascript/node/selenium-webdriver/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.29.0"
14+
VERSION = "4.30.0-nightly202502201302"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.29.0",
3+
"version": "4.30.0-nightly202502201302",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.29.0"
65+
SE_VERSION = "4.30.0.202502201302"
6666

6767
BROWSER_VERSIONS = [
6868
"v85",

py/docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.29'
59+
version = '4.30'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.29.0'
61+
release = '4.30.0.202502201302'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "selenium"
7-
version = "4.29.0"
7+
version = "4.30.0.202502201302"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.29.0"
19+
__version__ = "4.30.0.202502201302"

py/selenium/webdriver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from .wpewebkit.service import Service as WPEWebKitService # noqa
4545
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4646

47-
__version__ = "4.29.0"
47+
__version__ = "4.30.0.202502201302"
4848

4949
# We need an explicit __all__ because the above won't otherwise be exported.
5050
__all__ = [

rb/Gemfile.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.133.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.29.0)
6+
selenium-webdriver (4.30.0.nightly)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (7.2.2.1)
16+
activesupport (8.0.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,6 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28+
uri (>= 0.13.1)
2829
addressable (2.8.7)
2930
public_suffix (>= 2.0.2, < 7.0)
3031
ast (2.4.2)
@@ -38,7 +39,7 @@ GEM
3839
bigdecimal
3940
rexml
4041
csv (3.3.2)
41-
curb (1.0.8)
42+
curb (1.0.9)
4243
date (3.4.1)
4344
date (3.4.1-java)
4445
debug (1.10.0)
@@ -69,6 +70,7 @@ GEM
6970
json (2.10.1)
7071
json (2.10.1-java)
7172
language_server-protocol (3.17.0.4)
73+
lint_roller (1.1.0)
7274
listen (3.9.0)
7375
rb-fsevent (~> 0.10, >= 0.10.3)
7476
rb-inotify (~> 0.9, >= 0.9.10)
@@ -104,7 +106,7 @@ GEM
104106
regexp_parser (2.10.0)
105107
reline (0.6.0)
106108
io-console (~> 0.5)
107-
rexml (3.4.0)
109+
rexml (3.4.1)
108110
rspec (3.13.0)
109111
rspec-core (~> 3.13.0)
110112
rspec-expectations (~> 3.13.0)
@@ -118,9 +120,10 @@ GEM
118120
diff-lcs (>= 1.2.0, < 2.0)
119121
rspec-support (~> 3.13.0)
120122
rspec-support (3.13.2)
121-
rubocop (1.71.2)
123+
rubocop (1.72.2)
122124
json (~> 2.3)
123-
language_server-protocol (>= 3.17.0)
125+
language_server-protocol (~> 3.17.0.2)
126+
lint_roller (~> 1.1.0)
124127
parallel (~> 1.10)
125128
parser (>= 3.3.0.2)
126129
rainbow (>= 2.2.2, < 4.0)
@@ -134,9 +137,10 @@ GEM
134137
rubocop (~> 1.41)
135138
rubocop-factory_bot (2.26.1)
136139
rubocop (~> 1.61)
137-
rubocop-performance (1.23.1)
138-
rubocop (>= 1.48.1, < 2.0)
139-
rubocop-ast (>= 1.31.1, < 2.0)
140+
rubocop-performance (1.24.0)
141+
lint_roller (~> 1.1)
142+
rubocop (>= 1.72.1, < 2.0)
143+
rubocop-ast (>= 1.38.0, < 2.0)
140144
rubocop-rake (0.6.0)
141145
rubocop (~> 1.0)
142146
rubocop-rspec (2.31.0)
@@ -164,14 +168,15 @@ GEM
164168
securerandom (>= 0.1)
165169
strscan (>= 1.0.0)
166170
terminal-table (>= 2, < 4)
167-
stringio (3.1.2)
171+
stringio (3.1.4)
168172
strscan (3.1.2)
169173
strscan (3.1.2-java)
170174
terminal-table (3.0.2)
171175
unicode-display_width (>= 1.1.1, < 3)
172176
tzinfo (2.0.6)
173177
concurrent-ruby (~> 1.0)
174178
unicode-display_width (2.6.0)
179+
uri (1.0.2)
175180
webmock (3.25.0)
176181
addressable (>= 2.8.0)
177182
crack (>= 0.3.2)

rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.29.0'
22+
VERSION = '4.30.0.nightly'
2323
end # WebDriver
2424
end # Selenium

rust/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ rust_binary(
7777
name = "selenium-manager",
7878
srcs = ["src/main.rs"],
7979
edition = "2021",
80-
version = "0.4.29",
80+
version = "0.4.30-nightly",
8181
visibility = ["//visibility:public"],
8282
deps = [
8383
":selenium_manager",

rust/Cargo.Bazel.lock

+10-73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "9c5df13665bbb4442be9c8674c176e8324d597425d8da1f20e952cea268d6168",
2+
"checksum": "e68bc8d92875cfa0a3769e6e31b05c99d2669f20fda466dd415ef9dcbd361b7d",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2039,79 +2039,16 @@
20392039
"id": "jobserver 0.1.31",
20402040
"target": "jobserver"
20412041
},
2042+
{
2043+
"id": "libc 0.2.168",
2044+
"target": "libc"
2045+
},
20422046
{
20432047
"id": "shlex 1.3.0",
20442048
"target": "shlex"
20452049
}
20462050
],
2047-
"selects": {
2048-
"aarch64-apple-darwin": [
2049-
{
2050-
"id": "libc 0.2.168",
2051-
"target": "libc"
2052-
}
2053-
],
2054-
"aarch64-unknown-linux-gnu": [
2055-
{
2056-
"id": "libc 0.2.168",
2057-
"target": "libc"
2058-
}
2059-
],
2060-
"aarch64-unknown-nixos-gnu": [
2061-
{
2062-
"id": "libc 0.2.168",
2063-
"target": "libc"
2064-
}
2065-
],
2066-
"arm-unknown-linux-gnueabi": [
2067-
{
2068-
"id": "libc 0.2.168",
2069-
"target": "libc"
2070-
}
2071-
],
2072-
"i686-unknown-linux-gnu": [
2073-
{
2074-
"id": "libc 0.2.168",
2075-
"target": "libc"
2076-
}
2077-
],
2078-
"powerpc-unknown-linux-gnu": [
2079-
{
2080-
"id": "libc 0.2.168",
2081-
"target": "libc"
2082-
}
2083-
],
2084-
"s390x-unknown-linux-gnu": [
2085-
{
2086-
"id": "libc 0.2.168",
2087-
"target": "libc"
2088-
}
2089-
],
2090-
"x86_64-apple-darwin": [
2091-
{
2092-
"id": "libc 0.2.168",
2093-
"target": "libc"
2094-
}
2095-
],
2096-
"x86_64-unknown-freebsd": [
2097-
{
2098-
"id": "libc 0.2.168",
2099-
"target": "libc"
2100-
}
2101-
],
2102-
"x86_64-unknown-linux-gnu": [
2103-
{
2104-
"id": "libc 0.2.168",
2105-
"target": "libc"
2106-
}
2107-
],
2108-
"x86_64-unknown-nixos-gnu": [
2109-
{
2110-
"id": "libc 0.2.168",
2111-
"target": "libc"
2112-
}
2113-
]
2114-
}
2051+
"selects": {}
21152052
},
21162053
"edition": "2018",
21172054
"version": "1.1.30"
@@ -13204,9 +13141,9 @@
1320413141
],
1320513142
"license_file": "LICENSE"
1320613143
},
13207-
"selenium-manager 0.4.29": {
13144+
"selenium-manager 0.4.30-nightly": {
1320813145
"name": "selenium-manager",
13209-
"version": "0.4.29",
13146+
"version": "0.4.30-nightly",
1321013147
"package_url": "https://github.com/SeleniumHQ/selenium",
1321113148
"repository": null,
1321213149
"targets": [
@@ -13355,7 +13292,7 @@
1335513292
"selects": {}
1335613293
},
1335713294
"edition": "2021",
13358-
"version": "0.4.29"
13295+
"version": "0.4.30-nightly"
1335913296
},
1336013297
"license": "Apache-2.0",
1336113298
"license_ids": [
@@ -21478,7 +21415,7 @@
2147821415
},
2147921416
"binary_crates": [],
2148021417
"workspace_members": {
21481-
"selenium-manager 0.4.29": "rust"
21418+
"selenium-manager 0.4.30-nightly": "rust"
2148221419
},
2148321420
"conditions": {
2148421421
"aarch64-apple-darwin": [

rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selenium-manager"
3-
version = "0.4.29" # don't forget to update rust/BUILD.bazel
3+
version = "0.4.30-nightly" # don't forget to update rust/BUILD.bazel
44
edition = "2021"
55
authors = ["Selenium <[email protected]"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)