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 475c137 commit a53746e
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
with:
issue-inactive-days: 14
pr-inactive-days: 14
12 changes: 6 additions & 6 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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
- 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@0b2256b8c012f0828dc542b3febcab082c67f72b
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
path: ./dist
provenance:
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- name: create release
run: >
gh release create --draft --repo ${{ github.repository }}
Expand All @@ -61,7 +61,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- 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 @@ -13,8 +13,8 @@ jobs:
matrix:
python: ['3.12', '3.11', '3.10', '3.9', '3.8']
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
- 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 @@ -26,8 +26,8 @@ jobs:
name: Minimum Versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: '3.8'
cache: pip
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.6.2
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand Down
12 changes: 12 additions & 0 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile build.in
#
build==1.2.1
# via -r build.in
packaging==24.1
# via build
pyproject-hooks==1.1.0
# via build
73 changes: 34 additions & 39 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/dev.in
# pip-compile dev.in
#
alabaster==0.7.16
alabaster==1.0.0
# via
# -r docs.txt
# sphinx
asgiref==3.8.1
# via -r tests.txt
babel==2.12.1
babel==2.16.0
# via
# -r docs.txt
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via
# -r docs.txt
# furo
build==1.0.3
build==1.2.1
# via pip-tools
cachetools==5.3.1
cachetools==5.5.0
# via tox
certifi==2024.7.4
# via
Expand All @@ -30,29 +30,29 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via
# -r docs.txt
# requests
click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# via
# -r docs.txt
# sphinx
filelock==3.12.3
filelock==3.15.4
# via
# tox
# virtualenv
furo==2024.7.18
furo==2024.8.6
# via -r docs.txt
identify==2.5.27
identify==2.6.0
# via pre-commit
idna==3.7
idna==3.8
# via
# -r docs.txt
# requests
Expand All @@ -68,17 +68,17 @@ jinja2==3.1.4
# via
# -r docs.txt
# sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via
# -r docs.txt
# jinja2
marshmallow==3.20.1
marshmallow==3.22.0
# via
# -r tests.txt
# webargs
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==23.1
packaging==24.1
# via
# -r docs.txt
# -r tests.txt
Expand All @@ -91,7 +91,7 @@ packaging==23.1
# webargs
pip-tools==7.4.1
# via -r dev.in
platformdirs==3.10.0
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -102,84 +102,79 @@ pluggy==1.5.0
# tox
pre-commit==3.8.0
# via -r dev.in
pygments==2.16.1
pygments==2.18.0
# via
# -r docs.txt
# furo
# sphinx
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.2
# via -r tests.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
requests==2.32.0
requests==2.32.3
# via
# -r docs.txt
# sphinx
snowballstemmer==2.2.0
# via
# -r docs.txt
# sphinx
soupsieve==2.5
soupsieve==2.6
# via
# -r docs.txt
# beautifulsoup4
sphinx==7.3.7
sphinx==8.0.2
# via
# -r docs.txt
# furo
# sphinx-basic-ng
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-basic-ng==1.0.0b2
# via
# -r docs.txt
# furo
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.1.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-jsmath==1.0.1
# via
# -r docs.txt
# sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==2.0.0
# via
# -r docs.txt
# sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs.txt
# sphinx
tox==4.11.4
tox==4.18.0
# via -r dev.in
urllib3==2.2.2
# via
# -r docs.txt
# requests
virtualenv==20.24.5
virtualenv==20.26.3
# via
# pre-commit
# tox
webargs==8.4.0
# via -r tests.txt
wheel==0.41.2
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
45 changes: 20 additions & 25 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,66 +1,61 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements/docs.in
# pip-compile docs.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.12.1
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via furo
certifi==2024.7.4
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
docutils==0.21.2
# via sphinx
furo==2024.7.18
furo==2024.8.6
# via -r docs.in
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
packaging==23.1
packaging==24.1
# via sphinx
pygments==2.16.1
pygments==2.18.0
# via
# furo
# sphinx
requests==2.32.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sphinx==7.3.7
sphinx==8.0.2
# via
# -r docs.in
# furo
# sphinx-basic-ng
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-basic-ng==1.0.0b2
# via furo
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.2
# via requests
Loading

0 comments on commit a53746e

Please sign in to comment.