diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fe5176f..cb2f64c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: pip - cache-dependency-path: setup.py + cache-dependency-path: requirements.txt - run: echo '${{ steps.cpython3.outputs.python-version }}' - run: pip install -e '.[lint]' - run: ruff check overcast_to_sqlite diff --git a/requirements.txt b/requirements.txt index 013cd98..c5ee7ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,8 @@ pytype==2024.4.11 PyYAML==6.0.1 requests==2.32.3 requests-mock==1.12.1 -ruff==0.4.9 +ruff==0.4.10 +setuptools==70.1.0 six==1.16.0 soupsieve==2.5 sqlite-fts4==1.0.3 @@ -37,5 +38,5 @@ tabulate==0.9.0 toml==0.10.2 trove-classifiers==2024.5.22 types-python-dateutil==2.9.0.20240316 -types-requests==2.32.0.20240602 +types-requests==2.32.0.20240622 typing_extensions==4.12.2 diff --git a/setup.py b/setup.py index 96930ca..f4333e1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.3.0" +VERSION = "0.4.0" def get_long_description():