Skip to content

Commit b670ca7

Browse files
pushing changes to these files
1 parent ff5db19 commit b670ca7

3 files changed

Lines changed: 1120 additions & 627 deletions

File tree

.github/workflows/feature_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up uv
3131
uses: SFDO-Tooling/setup-uv@main
3232
with:
33-
version: "0.5.0"
33+
version: "0.6.1"
3434
enable-cache: true
3535
- name: Install dependencies
3636
run: uv sync --group docs
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up uv
5757
uses: SFDO-Tooling/setup-uv@main
5858
with:
59-
version: "0.5.0"
59+
version: "0.6.1"
6060
enable-cache: true
6161
- name: Install dependencies
6262
run: uv sync -p ${{ matrix.python-version }}
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up uv
8181
uses: SFDO-Tooling/setup-uv@main
8282
with:
83-
version: "0.5.0"
83+
version: "0.6.1"
8484
enable-cache: true
8585
- name: Install dependencies
8686
run: uv sync --all-extras -p ${{ matrix.python-version }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Set up uv
100100
uses: SFDO-Tooling/setup-uv@main
101101
with:
102-
version: "0.5.0"
102+
version: "0.6.1"
103103
enable-cache: true
104104
- name: Install dependencies
105105
run: uv sync -p 3.11

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ dependencies = [
4646
"SQLAlchemy<2",
4747
"robotframework-pabot",
4848
"robotframework-requests",
49-
"robotframework-seleniumlibrary<6",
49+
"robotframework-seleniumlibrary",
5050
"rst2ansi>=0.1.5",
5151
"salesforce-bulk",
5252
"sarge",
53-
"selenium<4",
53+
"selenium",
5454
"simple-salesforce==1.11.4",
5555
"snowfakery>=4.0.0",
5656
"xmltodict",

0 commit comments

Comments
 (0)