Skip to content
Closed
8 changes: 4 additions & 4 deletions .github/workflows/feature_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up uv
uses: SFDO-Tooling/setup-uv@main
with:
version: "0.5.0"
version: "0.6.1"
enable-cache: true
- name: Install dependencies
run: uv sync --group docs
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up uv
uses: SFDO-Tooling/setup-uv@main
with:
version: "0.5.0"
version: "0.6.1"
enable-cache: true
- name: Install dependencies
run: uv sync -p ${{ matrix.python-version }}
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Set up uv
uses: SFDO-Tooling/setup-uv@main
with:
version: "0.5.0"
version: "0.6.1"
enable-cache: true
- name: Install dependencies
run: uv sync --all-extras -p ${{ matrix.python-version }}
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Set up uv
uses: SFDO-Tooling/setup-uv@main
with:
version: "0.5.0"
version: "0.6.1"
enable-cache: true
- name: Install dependencies
run: uv sync -p 3.11
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ dependencies = [
"SQLAlchemy<2",
"robotframework-pabot",
"robotframework-requests",
"robotframework-seleniumlibrary<6",
"robotframework-seleniumlibrary",
"rst2ansi>=0.1.5",
"salesforce-bulk",
"sarge",
"selenium<4",
"selenium",
"simple-salesforce==1.11.4",
"snowfakery>=4.0.0",
"xmltodict",
Expand Down
Loading
Loading