Skip to content

Commit de67a7b

Browse files
committed
pin selenium to 4.10.x
1 parent 4e42ce3 commit de67a7b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

requirements-integration.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ lightkube
66
pytest-operator
77
pyyaml
88
requests
9-
selenium
9+
# Pinning to 4.10 because upgrading to 4.11.2 results in chrome version incompatibility issue. See dex-auth-operator#151.
10+
selenium==4.10
1011
selenium-wire
1112
tenacity

requirements-integration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pyasn1-modules==0.3.0
166166
# via google-auth
167167
pycparser==2.21
168168
# via cffi
169-
pygments==2.15.1
169+
pygments==2.16.1
170170
# via ipython
171171
pymacaroons==0.13.0
172172
# via macaroonbakery

requirements-unit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ idna==3.4
5555
# anyio
5656
# httpx
5757
# requests
58-
importlib-resources==6.0.0
58+
importlib-resources==6.0.1
5959
# via
6060
# -r requirements.txt
6161
# jsonschema

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ idna==3.4
3434
# anyio
3535
# httpx
3636
# requests
37-
importlib-resources==6.0.0
37+
importlib-resources==6.0.1
3838
# via jsonschema
3939
jinja2==3.1.2
4040
# via

0 commit comments

Comments
 (0)