Skip to content

Commit

Permalink
Merge branch 'main' into release-0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Sep 28, 2024
2 parents 7dbf484 + 95b02b5 commit a0700c9
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
hash: ${{ steps.hash.outputs.hash }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.x'
cache: pip
Expand All @@ -23,7 +23,7 @@ jobs:
- name: generate hash
id: hash
run: cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
path: ./dist
provenance:
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
- uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
- uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0
with:
packages-dir: artifact/
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- {name: Minimal, python: '3.12', tox: minimal}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: '3.x'
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.3
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile build.in
#
build==1.2.1
build==1.2.2
# via -r build.in
importlib-metadata==7.1.0
# via build
Expand Down
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ markupsafe==2.1.5
# -r typing.txt
# jinja2
# werkzeug
mypy==1.11.1
mypy==1.11.2
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -150,9 +150,9 @@ pygments==2.18.0
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.374
pyright==1.1.382.post1
# via -r typing.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r tests.txt
# -r typing.txt
Expand Down Expand Up @@ -231,6 +231,7 @@ typing-extensions==4.11.0
# -r tests.txt
# -r typing.txt
# mypy
# pyright
# sqlalchemy
urllib3==2.2.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r tests.in
pytest==8.3.2
pytest==8.3.3
# via -r tests.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
Expand Down
7 changes: 4 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
mypy==1.11.1
mypy==1.11.2
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -38,9 +38,9 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.374
pyright==1.1.382.post1
# via -r typing.in
pytest==8.3.2
pytest==8.3.3
# via -r typing.in
sqlalchemy==2.0.29
# via flask-sqlalchemy
Expand All @@ -57,6 +57,7 @@ types-setuptools==69.5.0.20240423
typing-extensions==4.11.0
# via
# mypy
# pyright
# sqlalchemy
werkzeug==3.0.3
# via flask
Expand Down

0 comments on commit a0700c9

Please sign in to comment.