From bb1fb0db26638a302aa910e967283b7dacc213b7 Mon Sep 17 00:00:00 2001 From: TatLead Date: Mon, 3 Feb 2025 10:28:55 +0800 Subject: [PATCH] Fix versions --- .github/workflows/python-package.yml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0668676..506079a 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,11 +12,11 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index 39c8949..5307f62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -aiohttp==3.10.11 +aiohttp==3.11.11 backports.zoneinfo==0.2.1;python_version<"3.9" discord.py==2.4.0 -flask[async]==3.0.3 +flask[async]==3.1.0 gunicorn==23.0.0 opengsq==3.2.0 psycopg2-binary==2.9.10