Skip to content

Commit 2b019c0

Browse files
authored
Code scanning alert, dev deps and release date (#1404)
1 parent 56beacc commit 2b019c0

File tree

4 files changed

+449
-419
lines changed

4 files changed

+449
-419
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ jobs:
124124
REF_NAME: ${{ github.ref_name }}
125125
- name: Publish distribution 📦 to PyPI
126126
# yamllint disable-line rule:line-length
127-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
127+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: [--fix]
1818
- id: ruff-format
1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.8.11
20+
rev: 0.8.15
2121
hooks:
2222
- id: uv-lock
2323
- repo: https://github.com/adrienverge/yamllint

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
-------
33

4-
2.24.2 (2025-08-26)
4+
2.24.2 (2025-09-05)
55
^^^^^^^^^^^^^^^^^^^
66
* bump botocore dependency specification
77

0 commit comments

Comments
 (0)