From b59809e333f818ca2e169a08ee03a6e92ed5c9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:12:52 +0000 Subject: [PATCH 1/5] Update pre-commit requirement from <4,>=3.7 to >=3.7,<5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5f4258..2f9f26e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ tests = [ "coverage>=5.3,<8", # Lets us track what code is being tested "doc8>=0.9,<1.2", # Ensures clean documentation formatting - "pre-commit>=3.7,<4", # Allow us to run pre-commit hooks in testing + "pre-commit>=3.7,<5", # Allow us to run pre-commit hooks in testing "pydocstyle>=5.1,<7", # Style guidelines for Python documentation "pytest>=8,<8.4", # Our testing framework "pytest-asyncio>=0.20,<0.25", # Test async functions From 436e033ca3e3f8bb3e556f877ab4113ddf8be421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:12:55 +0000 Subject: [PATCH 2/5] Update tox requirement from <4.21,>=4.16 to >=4.16,<4.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f9f26e..505ca58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "black>=22,<25", # A deterministic code formatter "isort>=5,<6", # Standardized import sorting "twine>=3.3,<6.0", # Used to make releases to PyPI - "tox>=4.16,<4.21", # Python test environment manager + "tox>=4.16,<4.22", # Python test environment manager ] docs = [ From 483a0f7af6740dd596d89ce72e88412be3e5ea9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:13:11 +0000 Subject: [PATCH 3/5] Update dagster requirement from <1.8.10,>=1.7.15 to >=1.7.15,<1.8.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 505ca58..730c83f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12,<3.13" dependencies = [ "pandas>=2.2,<2.3", "sqlalchemy>=2", - "dagster>=1.7.15, <1.8.10", + "dagster>=1.7.15, <1.8.11", "dagster-webserver>=1.7.15,<1.9", "pandas-gbq>=0.23.1", "pydata-google-auth>=1.8.2", From 20edeac8fc360a62b2bf544b1e45f7a6a727881f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:13:34 +0000 Subject: [PATCH 4/5] Update sphinx-rtd-theme requirement from <3,>=1 to >=1,<4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 730c83f..3150faf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = [ "sphinx-autoapi>=1.8,<4", # Generates documentation from docstrings "sphinx-issues>=1.2,<5.0", # Allows references to GitHub issues "sphinx-rtd-dark-mode>=1.2,<2", # Allow user to toggle light/dark mode - "sphinx-rtd-theme>=1,<3", # Standard Sphinx theme for Read The Docs + "sphinx-rtd-theme>=1,<4", # Standard Sphinx theme for Read The Docs ] tests = [ From 2d46fdf2920bff67a8b82182a81d69ce466ccef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:41:48 +0000 Subject: [PATCH 5/5] Bump mamba-org/setup-micromamba from 1 to 2 --- .github/workflows/load-metrics.yml | 2 +- .github/workflows/save_daily_metrics.yml | 2 +- .github/workflows/tox-pytest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/load-metrics.yml b/.github/workflows/load-metrics.yml index 95b273c..5200f51 100644 --- a/.github/workflows/load-metrics.yml +++ b/.github/workflows/load-metrics.yml @@ -28,7 +28,7 @@ jobs: create_credentials_file: true - name: Install Conda environment using mamba - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml cache-environment: true diff --git a/.github/workflows/save_daily_metrics.yml b/.github/workflows/save_daily_metrics.yml index 8d9d550..a18b8fb 100644 --- a/.github/workflows/save_daily_metrics.yml +++ b/.github/workflows/save_daily_metrics.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 2 - name: Set up conda environment for testing - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml cache-environment: true diff --git a/.github/workflows/tox-pytest.yml b/.github/workflows/tox-pytest.yml index d6bcf79..3a4578e 100644 --- a/.github/workflows/tox-pytest.yml +++ b/.github/workflows/tox-pytest.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 2 - name: Set up conda environment for testing - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml cache-environment: true