diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d0c510e23..8cb153c41 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,6 +16,10 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + - name: Install and Build 🔧 run: | cd docs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 735b5a427..75bd12d03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: unittest: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] runs-on: macos-latest name: Python ${{ matrix.python-version }} tests steps: diff --git a/requirements.txt.lock b/requirements.txt.lock index 049066df2..d5d37046a 100644 --- a/requirements.txt.lock +++ b/requirements.txt.lock @@ -1,4 +1,4 @@ -aiohttp==3.8.1 +aiohttp==3.8.3 aiosignal==1.2.0 aniso8601==9.0.1 async-timeout==4.0.2 @@ -24,7 +24,7 @@ MarkupSafe==2.1.1 multidict==6.0.2 netifaces==0.11.0 packaging==19.0 -Pillow==9.1.1 +Pillow==9.4.0 portpicker==1.3.1 pycodestyle==2.9.1 pyparsing==3.0.9