Skip to content

Commit c04da53

Browse files
committed
bump versions in preparation for release
1 parent 8c2e101 commit c04da53

File tree

10 files changed

+91
-26
lines changed

10 files changed

+91
-26
lines changed

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.31.0-nightly202503211716"
3+
SE_VERSION = "4.31.0-nightly202504032324"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

javascript/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
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.31.0-nightly202503211716"
14+
VERSION = "4.31.0-nightly202504032324"
1515

1616
BROWSER_VERSIONS = [
1717
"v134",

javascript/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.31.0-nightly202503211716",
3+
"version": "4.31.0-nightly202504032324",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.31.0.202503211716"
65+
SE_VERSION = "4.31.0.202504032324"
6666

6767
BROWSER_VERSIONS = [
6868
"v134",

py/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '4.31'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.31.0.202503211716'
61+
release = '4.31.0.202504032324'
6262

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

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.31.0.202503211716"
7+
version = "4.31.0.202504032324"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.31.0.202503211716"
19+
__version__ = "4.31.0.202504032324"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
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.31.0.202503211716"
47+
__version__ = "4.31.0.202504032324"
4848

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

rb/Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
debug (1.10.0)
4545
irb (~> 1.10)
4646
reline (>= 0.3.8)
47-
diff-lcs (1.6.0)
47+
diff-lcs (1.6.1)
4848
drb (2.2.1)
4949
ffi (1.17.1)
5050
ffi (1.17.1-arm64-darwin)
@@ -61,7 +61,7 @@ GEM
6161
concurrent-ruby (~> 1.0)
6262
io-console (0.8.0)
6363
io-console (0.8.0-java)
64-
irb (1.15.1)
64+
irb (1.15.2)
6565
pp (>= 0.6.0)
6666
rdoc (>= 4.0.0)
6767
reline (>= 0.4.2)
@@ -73,15 +73,16 @@ GEM
7373
listen (3.9.0)
7474
rb-fsevent (~> 0.10, >= 0.10.3)
7575
rb-inotify (~> 0.9, >= 0.9.10)
76-
logger (1.6.6)
76+
logger (1.7.0)
7777
minitest (5.25.5)
7878
parallel (1.26.3)
79-
parser (3.3.7.2)
79+
parser (3.3.7.4)
8080
ast (~> 2.4.1)
8181
racc
8282
pp (0.6.2)
8383
prettyprint
8484
prettyprint (0.2.0)
85+
prism (1.4.0)
8586
psych (5.2.3)
8687
date
8788
stringio
@@ -97,10 +98,10 @@ GEM
9798
rb-fsevent (0.11.2)
9899
rb-inotify (0.11.1)
99100
ffi (~> 1.0)
100-
rbs (3.9.0)
101+
rbs (3.9.2)
101102
logger
102103
rchardet (1.9.0)
103-
rdoc (6.12.0)
104+
rdoc (6.13.1)
104105
psych (>= 4.0.0)
105106
regexp_parser (2.10.0)
106107
reline (0.6.0)
@@ -119,28 +120,29 @@ GEM
119120
diff-lcs (>= 1.2.0, < 2.0)
120121
rspec-support (~> 3.13.0)
121122
rspec-support (3.13.2)
122-
rubocop (1.74.0)
123+
rubocop (1.75.2)
123124
json (~> 2.3)
124125
language_server-protocol (~> 3.17.0.2)
125126
lint_roller (~> 1.1.0)
126127
parallel (~> 1.10)
127128
parser (>= 3.3.0.2)
128129
rainbow (>= 2.2.2, < 4.0)
129130
regexp_parser (>= 2.9.3, < 3.0)
130-
rubocop-ast (>= 1.38.0, < 2.0)
131+
rubocop-ast (>= 1.44.0, < 2.0)
131132
ruby-progressbar (~> 1.7)
132133
unicode-display_width (>= 2.4.0, < 4.0)
133-
rubocop-ast (1.41.0)
134+
rubocop-ast (1.44.0)
134135
parser (>= 3.3.7.2)
136+
prism (~> 1.4)
135137
rubocop-capybara (2.22.1)
136138
lint_roller (~> 1.1)
137139
rubocop (~> 1.72, >= 1.72.1)
138140
rubocop-factory_bot (2.27.1)
139141
lint_roller (~> 1.1)
140142
rubocop (~> 1.72, >= 1.72.1)
141-
rubocop-performance (1.24.0)
143+
rubocop-performance (1.25.0)
142144
lint_roller (~> 1.1)
143-
rubocop (>= 1.72.1, < 2.0)
145+
rubocop (>= 1.75.0, < 2.0)
144146
rubocop-ast (>= 1.38.0, < 2.0)
145147
rubocop-rake (0.6.0)
146148
rubocop (~> 1.0)
@@ -169,7 +171,7 @@ GEM
169171
securerandom (>= 0.1)
170172
strscan (>= 1.0.0)
171173
terminal-table (>= 2, < 4)
172-
stringio (3.1.5)
174+
stringio (3.1.6)
173175
strscan (3.1.2)
174176
strscan (3.1.2-java)
175177
terminal-table (3.0.2)

rust/Cargo.Bazel.lock

Lines changed: 69 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "f9b7e2302bd7b43ff0899cac357fbbfe0226873f02b610c0eb4246784e14e3b3",
2+
"checksum": "a896d7a078f1c885fa00c3b9aa5b8727c4f5bdfc58cdc26836fb74ebbdd3c87c",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2031,16 +2031,79 @@
20312031
"id": "jobserver 0.1.31",
20322032
"target": "jobserver"
20332033
},
2034-
{
2035-
"id": "libc 0.2.168",
2036-
"target": "libc"
2037-
},
20382034
{
20392035
"id": "shlex 1.3.0",
20402036
"target": "shlex"
20412037
}
20422038
],
2043-
"selects": {}
2039+
"selects": {
2040+
"aarch64-apple-darwin": [
2041+
{
2042+
"id": "libc 0.2.168",
2043+
"target": "libc"
2044+
}
2045+
],
2046+
"aarch64-unknown-linux-gnu": [
2047+
{
2048+
"id": "libc 0.2.168",
2049+
"target": "libc"
2050+
}
2051+
],
2052+
"aarch64-unknown-nixos-gnu": [
2053+
{
2054+
"id": "libc 0.2.168",
2055+
"target": "libc"
2056+
}
2057+
],
2058+
"arm-unknown-linux-gnueabi": [
2059+
{
2060+
"id": "libc 0.2.168",
2061+
"target": "libc"
2062+
}
2063+
],
2064+
"i686-unknown-linux-gnu": [
2065+
{
2066+
"id": "libc 0.2.168",
2067+
"target": "libc"
2068+
}
2069+
],
2070+
"powerpc-unknown-linux-gnu": [
2071+
{
2072+
"id": "libc 0.2.168",
2073+
"target": "libc"
2074+
}
2075+
],
2076+
"s390x-unknown-linux-gnu": [
2077+
{
2078+
"id": "libc 0.2.168",
2079+
"target": "libc"
2080+
}
2081+
],
2082+
"x86_64-apple-darwin": [
2083+
{
2084+
"id": "libc 0.2.168",
2085+
"target": "libc"
2086+
}
2087+
],
2088+
"x86_64-unknown-freebsd": [
2089+
{
2090+
"id": "libc 0.2.168",
2091+
"target": "libc"
2092+
}
2093+
],
2094+
"x86_64-unknown-linux-gnu": [
2095+
{
2096+
"id": "libc 0.2.168",
2097+
"target": "libc"
2098+
}
2099+
],
2100+
"x86_64-unknown-nixos-gnu": [
2101+
{
2102+
"id": "libc 0.2.168",
2103+
"target": "libc"
2104+
}
2105+
]
2106+
}
20442107
},
20452108
"edition": "2018",
20462109
"version": "1.1.30"

0 commit comments

Comments
 (0)