Skip to content

Commit fe25da3

Browse files
authored
Merge branch 'SeleniumHQ:trunk' into mypy_annotation_cleanup
2 parents 068833b + ae7c141 commit fe25da3

File tree

4 files changed

+74
-11
lines changed

4 files changed

+74
-11
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bazel_dep(name = "rules_ruby", version = "0.19.0")
3131
# Until `rules_jvm_external` 6.8 ships
3232
git_override(
3333
module_name = "rules_jvm_external",
34-
commit = "d8af22108bd8b353a226140570008231f2921931",
34+
commit = "29c451d2a62aa2451f5810c005ecac925b4772b6",
3535
patch_strip = 1,
3636
patches = ["//java:rules_jvm_external_javadoc.patch"],
3737
remote = "https://github.com/bazel-contrib/rules_jvm_external.git",

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platformdirs==4.3.8
3333
pluggy==1.6.0
3434
py==1.11.0
3535
pycparser==2.22
36-
Pygments==2.19.1
36+
Pygments==2.19.2
3737
pyproject-api==1.9.1
3838
PySocks==1.7.1
3939
pytest==8.4.1

py/requirements_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@ pycparser==2.22 \
572572
# via
573573
# -r py/requirements.txt
574574
# cffi
575-
pygments==2.19.1 \
576-
--hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \
577-
--hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c
575+
pygments==2.19.2 \
576+
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \
577+
--hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b
578578
# via
579579
# -r py/requirements.txt
580580
# pytest

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": "0c040d68206ee0e1cb8f4b9750fc838ec1c150da4a76a9c387387684712e8168",
2+
"checksum": "4328866a2bfa2153f8c6f066f65ab94f1b037dcd4f169a6f4c6b4e7d243bf750",
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)