Skip to content

Commit 9c2fb16

Browse files
authored
Merge branch 'main' into spoorcc/issue788
2 parents 71f9620 + 992b89e commit 9c2fb16

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye@sha256:ddfa85f6219cb344894c62351c7a16925c6b89f070c8106576095bfa14622577
1+
FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye@sha256:e6d1214434cb0158e8ab1b61de3fd2a4bec38aada15d04fd1952355d646e4fe2
22

33
# Install dependencies
44
# pv is required for asciicasts

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Download all the dists
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
name: python-package-distributions
6565
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Download all the dists
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: python-package-distributions
9292
path: dist/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ development = [
7979
'vulture==2.14',
8080
'pyroma==5.0',
8181
'isort==6.1.0',
82-
'pylint==3.3.8',
82+
'pylint==3.3.9',
8383
'pyright==1.1.406',
8484
"tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml
8585
'pre-commit==4.3.0',
@@ -92,7 +92,7 @@ docs = [
9292
'sphinxcontrib.asciinema==0.4.2',
9393
'sphinx_design==0.6.1',
9494
'sphinxcontrib-details-directive==0.1.0',
95-
'sphinx-sitemap==2.8.0',
95+
'sphinx-sitemap==2.9.0',
9696
]
9797
test = ['pytest==8.4.2', 'pytest-cov==7.0.0', 'behave==1.3.3']
9898
casts = ['asciinema==2.4.0']

0 commit comments

Comments
 (0)