From ce1ebf00deef893b27c06a25d57af9131adaeda3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:54:21 +0000 Subject: [PATCH] Update maintenance --- .github/workflows/dependency-review.yml | 4 ++-- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 6 +++--- .github/workflows/timescaledb.yml | 2 +- requirements-dev.txt | 12 ++++++------ requirements.txt | 2 +- setup.cfg | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 955b3b3..21a469b 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit - name: 'Checkout Repository' uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Dependency Review' - uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0 + uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56e8a50..b8dea29 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,4 +27,4 @@ jobs: run: python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # release/v1 + uses: pypa/gh-action-pypi-publish@8cafb5c2bf2f478231c9abbba1feb4edb6ccf405 # release/v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48b9d73..35b3af1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit @@ -49,7 +49,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/timescaledb.yml b/.github/workflows/timescaledb.yml index aaa8eba..e5ee80c 100644 --- a/.github/workflows/timescaledb.yml +++ b/.github/workflows/timescaledb.yml @@ -58,7 +58,7 @@ jobs: - name: Notify slack on failure if: failure() - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1 with: channel-id: 'CEKV5LMK3' slack-message: 'Nightly pgspot run for timescaledb repository failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Details>' diff --git a/requirements-dev.txt b/requirements-dev.txt index bf26614..2e04794 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,16 +1,16 @@ black==24.10.0 -click==8.1.7 +click==8.1.8 distlib==0.3.9 filelock==3.16.1 mypy-extensions==1.0.0 -packaging==24.1 +packaging==24.2 pathspec==0.12.1 platformdirs==4.3.6 pluggy==1.5.0 -pylint==3.3.1 +pylint==3.3.2 pyparsing==3.2.0 -six==1.16.0 +six==1.17.0 toml==0.10.2 -tomli==2.0.2 +tomli==2.2.1 tox==4.23.2 -virtualenv==20.27.1 +virtualenv==20.28.0 diff --git a/requirements.txt b/requirements.txt index f6054b5..0a56e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pglast==6.9 +pglast==6.13 diff --git a/setup.cfg b/setup.cfg index fe4a512..bea0080 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ packages = find: python_requires = >= 3.10 install_requires = - pglast==6.9 + pglast==6.13 tests_require = pytest>=7.2.0