Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Aug 4, 2024
1 parent 8a45ac1 commit ccafcb5
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 74 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# Publish python package to PyPI
release-pypi-package:
if: |
github.event.inputs.publish == 'true'
github.event.inputs.publish != 'false'
&& (startsWith(github.ref, 'refs/tags/v') || github.event.inputs.pre-release-suffix)
runs-on: ubuntu-latest
permissions:
Expand All @@ -166,7 +166,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.LATEST_PY_VERSION }}
- uses: snok/install-poetry@v1.3.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.3
- uses: snok/install-poetry@v1.4
with:
virtualenvs-in-project: true
- name: Install Qt dependencies
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.6
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [attrs, types-python-dateutil, types-requests, types-PyYAML]
135 changes: 68 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ furo = {optional=true, version='^2024.7'}
linkify-it-py = {optional=true, version='^2.0'}
myst-parser = {optional=true, version='^3.0'}
sphinx = {optional=true, version='^7.4'}
sphinx-autodoc-typehints = {optional=true, version='^1.17'}
sphinx-autodoc-typehints = {optional=true, version='^2.2'}
sphinx-copybutton = {optional=true, version='>=0.5'}
sphinx-design = {optional=true, version='>=0.2'}
sphinxcontrib-apidoc = {optional=true, version='^0.5'}
Expand Down

0 comments on commit ccafcb5

Please sign in to comment.