Skip to content

Commit 308f841

Browse files
chore(deps-dev): bump virtualenv from 20.25.0 to 20.26.6 (#148)
* chore(deps-dev): bump virtualenv from 20.25.0 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.25.0...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: pin poetry version in pipeline * ci: bump dotnet from 3.1.x/8.0.x to 8.0.x --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leonard Herold <92177433+LeonardHd@users.noreply.github.com>
1 parent 907f356 commit 308f841

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- name: Install Poetry
5454
uses: snok/install-poetry@v1
5555
with:
56+
version: 1.8.2
5657
virtualenvs-create: true
5758
virtualenvs-in-project: true
5859
installer-parallel: true
@@ -88,7 +89,7 @@ jobs:
8889
matrix:
8990
os: ['ubuntu-latest', 'windows-latest']
9091
python-version: ['3.9', '3.10', '3.11']
91-
dotnet-version: ['3.1.x', '8.0.x']
92+
dotnet-version: ['8.0.x']
9293
# test either wheel or source distribution
9394
dist: [whl, sdist]
9495
uses: ./.github/workflows/e2e.yml

docs/basic/installing_and_initializing_framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Install dotnet runtime
44

55
Install the dotnet runtime (not SDK) from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
6-
Version 8.0 is recommended (the minimum version required is 5.0).
6+
Version 8.0 is recommended.
77
The dotnet runtime is required to evaluate the Data Factory expression functions on dotnet just like in Data Factory.
88

99
## Installing the framework

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)