Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 24, 2024
1 parent 36c4b0f commit 0c8136b
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 76 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
outputs:
hash: ${{ steps.hash.outputs.hash }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
path: ./dist
provenance:
Expand All @@ -33,7 +33,7 @@ jobs:
id-token: write
contents: write
# Can't pin with hash due to how this workflow works.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: ${{ needs.build.outputs.hash }}
create-release:
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- name: create release
run: >
gh release create --draft --repo ${{ github.repository }}
Expand All @@ -63,11 +63,11 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: artifact/
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
with:
packages-dir: artifact/
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- {python: '3.8'}
- {name: PyPy, python: 'pypy-3.10', tox: pypy310}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand All @@ -43,8 +43,8 @@ jobs:
typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
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.4.4
rev: v0.6.2
hooks:
- id: ruff
- id: ruff-format
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ select = [
ignore = [
"E402", # allow circular imports at end of file
]
ignore-init-module-imports = true

[tool.ruff.lint.isort]
force-single-line = true
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.1
# via -r build.in
packaging==24.0
packaging==24.1
# via build
pyproject-hooks==1.1.0
# via build
63 changes: 30 additions & 33 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile dev.in
#
alabaster==0.7.16
alabaster==1.0.0
# via
# -r docs.txt
# sphinx
babel==2.15.0
babel==2.16.0
# via
# -r docs.txt
# sphinx
cachetools==5.3.3
cachetools==5.5.0
# via tox
certifi==2024.2.2
certifi==2024.7.4
# via
# -r docs.txt
# requests
cffi @ https://github.com/python-cffi/cffi/archive/d7f750b1b1c5ea4da5aa537b9baba0e01b0ce843.zip
cffi==1.17.0rc1
# via
# -r tests.txt
# cryptography
Expand All @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# requests
colorama==0.4.6
# via tox
cryptography==42.0.7
cryptography==43.0.0
# via -r tests.txt
distlib==0.3.8
# via virtualenv
Expand All @@ -42,13 +42,13 @@ docutils==0.21.2
# sphinx
ephemeral-port-reserve==1.1.4
# via -r tests.txt
filelock==3.14.0
filelock==3.15.4
# via
# tox
# virtualenv
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
idna==3.8
# via
# -r docs.txt
# requests
Expand All @@ -75,12 +75,12 @@ mypy-extensions==1.0.0
# via
# -r typing.txt
# mypy
nodeenv==1.8.0
nodeenv==1.9.1
# via
# -r typing.txt
# pre-commit
# pyright
packaging==24.0
packaging==24.1
# via
# -r docs.txt
# -r tests.txt
Expand All @@ -102,9 +102,9 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==3.7.1
pre-commit==3.8.0
# via -r dev.in
psutil==5.9.8
psutil==6.0.0
# via
# -r tests.txt
# pytest-xprocess
Expand All @@ -116,11 +116,11 @@ pygments==2.18.0
# via
# -r docs.txt
# sphinx
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyright==1.1.363
pyright==1.1.377
# via -r typing.txt
pytest==8.2.0
pytest==8.3.2
# via
# -r tests.txt
# -r typing.txt
Expand All @@ -130,30 +130,30 @@ pytest-timeout==2.3.1
# via -r tests.txt
pytest-xprocess==0.23.0
# via -r tests.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
requests==2.31.0
requests==2.32.3
# via
# -r docs.txt
# sphinx
snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
sphinx==7.3.7
sphinx==8.0.2
# via
# -r docs.txt
# pallets-sphinx-themes
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via
# -r docs.txt
# sphinx
Expand All @@ -163,38 +163,35 @@ sphinxcontrib-jsmath==1.0.1
# sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.txt
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs.txt
# sphinx
tox==4.15.0
tox==4.18.0
# via -r dev.in
types-contextvars==2.4.7.3
# via -r typing.txt
types-dataclasses==0.6.6
# via -r typing.txt
types-setuptools==69.5.0.20240518
types-setuptools==73.0.0.20240822
# via -r typing.txt
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -r typing.txt
# mypy
urllib3==2.2.1
urllib3==2.2.2
# via
# -r docs.txt
# requests
virtualenv==20.26.2
virtualenv==20.26.3
# via
# pre-commit
# tox
watchdog==4.0.0
watchdog==4.0.2
# via
# -r tests.txt
# -r typing.txt

# The following packages are considered to be unsafe in a requirements file:
# setuptools
26 changes: 13 additions & 13 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,54 @@
#
# pip-compile docs.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.15.0
babel==2.16.0
# via sphinx
certifi==2024.2.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.21.2
# via sphinx
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
packaging==24.1
# via
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.3
# via -r docs.in
pygments==2.18.0
# via sphinx
requests==2.31.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
sphinx==8.0.2
# via
# -r docs.in
# pallets-sphinx-themes
# sphinxcontrib-log-cabinet
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.1
urllib3==2.2.2
# via requests
10 changes: 5 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ cffi==1.17.0rc1
# via
# -r tests.in
# cryptography
cryptography==42.0.7
cryptography==43.0.0
# via -r tests.in
ephemeral-port-reserve==1.1.4
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
psutil==5.9.8
psutil==6.0.0
# via pytest-xprocess
pycparser==2.22
# via cffi
pytest==8.2.0
pytest==8.3.2
# via
# -r tests.in
# pytest-timeout
Expand All @@ -31,5 +31,5 @@ pytest-timeout==2.3.1
# via -r tests.in
pytest-xprocess==0.23.0
# via -r tests.in
watchdog==4.0.0
watchdog==4.0.2
# via -r tests.in
Loading

0 comments on commit 0c8136b

Please sign in to comment.