Przeglądaj źródła

Merge pull request #115 from JGuetschow/dependabot/pip/virtualenv-20.26.6

Bump virtualenv from 20.26.2 to 20.26.6
Johannes Gütschow 3 miesięcy temu
rodzic
commit
2abd95f3cc
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      .github/workflows/ci.yaml
  2. 3 3
      poetry.lock

+ 1 - 1
.github/workflows/ci.yaml

@@ -31,7 +31,7 @@ jobs:
       - uses: ./.github/actions/setup
         with:
           os: "ubuntu-latest"
-          python-version: "3.9"
+          python-version: "3.10"
           venv-id: "docs"
           poetry-dependency-install-flags: "--all-extras --only 'main,docs'"
       - name: docs

+ 3 - 3
poetry.lock

@@ -5088,13 +5088,13 @@ zstd = ["zstandard (>=0.18.0)"]
 
 [[package]]
 name = "virtualenv"
-version = "20.26.2"
+version = "20.26.6"
 description = "Virtual Python Environment builder"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "virtualenv-20.26.2-py3-none-any.whl", hash = "sha256:a624db5e94f01ad993d476b9ee5346fdf7b9de43ccaee0e0197012dc838a0e9b"},
-    {file = "virtualenv-20.26.2.tar.gz", hash = "sha256:82bf0f4eebbb78d36ddaee0283d43fe5736b53880b8a8cdcd37390a07ac3741c"},
+    {file = "virtualenv-20.26.6-py3-none-any.whl", hash = "sha256:7345cc5b25405607a624d8418154577459c3e0277f5466dd79c49d5e492995f2"},
+    {file = "virtualenv-20.26.6.tar.gz", hash = "sha256:280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48"},
 ]
 
 [package.dependencies]