From 9258c7af0fb91cfccbb249246667ef1506580a66 Mon Sep 17 00:00:00 2001 From: ccoyle Date: Fri, 23 Feb 2024 22:03:25 +0000 Subject: [PATCH] testing pylint again --- .github/workflows/pylint.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7b555fe..383e65c 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,9 +9,9 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 20577a0..7952de2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ flake8 pytest pytest-cov httmock -geoip2==2.9.0 +geoip2