Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
run: ls -la dist/

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
with:
password: ${{ secrets.PYPI_API_TOKEN_RUST }}
skip-existing: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
.

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Publish distribution 📦 to Test PyPI
if: github.event_name == 'workflow_dispatch' && inputs.publish
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sphinx==9.1.0
sphinx-autobuild==2025.8.25

# if using typehints
sphinx-autodoc-typehints==3.9.8
sphinx-autodoc-typehints==3.12.1

mock==5.2.0
autodoc==0.5.0

tornado==6.5.7
jinja2==3.1.6
idna==3.15
idna==3.18
starlette==1.3.1
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ furo==2025.12.19
# via -r requirements.in
h11==0.16.0
# via uvicorn
idna==3.15
idna==3.18
# via
# -r requirements.in
# anyio
Expand Down Expand Up @@ -79,7 +79,7 @@ sphinx==9.1.0
# sphinx-basic-ng
sphinx-autobuild==2025.8.25
# via -r requirements.in
sphinx-autodoc-typehints==3.9.8
sphinx-autodoc-typehints==3.12.1
# via -r requirements.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
-r requirements.in
xmltodict>=0.14.2
pytest>=8.4.1
pytest-cov>=7.0.0
pytest-cov>=7.1.0
pytest-xdist>=3.8.0
coverage>=7.10.3
ruff>=0.12.8
coverage>=7.15.2
ruff>=0.15.22
setuptools>=80.9.0
pygments>=2.20.0
# Note: ty is run via uvx, not installed as a dependency
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
coverage==7.13.1
coverage[toml]==7.15.2
# via
# -r requirements-dev.in
# pytest-cov
Expand All @@ -23,19 +23,19 @@ pluggy==1.5.0
# pytest
# pytest-cov
pygments==2.20.0
# via pytest
# via
# -r requirements-dev.in
# pytest
pytest==9.0.3
# via
# -r requirements-dev.in
# pytest-cov
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements-dev.in
pytest-xdist==3.8.0
# via -r requirements-dev.in
ruff==0.12.8
# via -r requirements-dev.in
setuptools==82.0.1
ruff==0.15.22
# via -r requirements-dev.in
tomli==2.4.1
# via
Expand All @@ -45,5 +45,5 @@ typing-extensions==4.15.0
# via exceptiongroup
urllib3==2.7.0
# via -r requirements.in
xmltodict==0.14.2
xmltodict==1.0.4
# via -r requirements-dev.in
Loading