Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/docs/sphinx-6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlek authored Aug 5, 2024
2 parents 91b3498 + 7a0b1e5 commit be21b53
Show file tree
Hide file tree
Showing 7 changed files with 708 additions and 754 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.0.4
nox==2022.1.7
nox-poetry==0.9.0
poetry==1.1.13
virtualenv==20.14.1
nox-poetry==1.0.2
pip==23.0.1
poetry==1.4.0
virtualenv==20.20.0
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: actions/[email protected]

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
uses: crazy-max/ghaction-github-labeler@v4.1.0
with:
skip-delete: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.5.0
with:
python-version: "3.10"

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.19.0
uses: release-drafter/release-drafter@v5.23.0
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand All @@ -97,14 +97,14 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3.0.0"
uses: "actions/upload-artifact@v3.1.2"
with:
name: coverage-data
path: ".coverage.*"

- name: Upload documentation
if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.2
with:
name: docs
path: docs/_build
Expand All @@ -117,7 +117,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4.5.0
with:
python-version: "3.10"

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
furo==2022.4.7
sphinx==6.1.3
sphinx-click==4.0.3
furo==2022.12.7
sphinx-click==4.4.0
1,432 changes: 693 additions & 739 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyparsing = "^3.0.7"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
coverage = { extras = ["toml"], version = "^6.1" }
coverage = { extras = ["toml"], version = "^7.2" }
safety = "^1.10.3"
mypy = "^0.950"
typeguard = "^2.13.2"
Expand Down

0 comments on commit be21b53

Please sign in to comment.