diff --git a/.github/workflows/run_unittest_on_pr_open.yml b/.github/workflows/run_unittest_on_pr_open.yml index c50fde17..dca7b1f1 100644 --- a/.github/workflows/run_unittest_on_pr_open.yml +++ b/.github/workflows/run_unittest_on_pr_open.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/requirements.txt b/requirements.txt index 7d58f280..fdf2d5d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ feedparser==6.0.10 MLB_StatsAPI>=1.6.1 -Pillow==9.3.0 +Pillow==10.0.1 pyowm==3.3.0 RGBMatrixEmulator>=0.8.4 tzlocal==4.2 diff --git a/version.py b/version.py index 96825d08..31937c36 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ SCRIPT_NAME = "MLB LED Scoreboard" -SCRIPT_VERSION = "6.5.0" +SCRIPT_VERSION = "6.5.1" if __name__ == "__main__":