Skip to content

Commit 2d08f46

Browse files
authored
Merge branch 'main' into dependabot/uv/pydantic-settings-2.14.2
2 parents 035c47a + 75d0dfa commit 2d08f46

9 files changed

Lines changed: 181 additions & 129 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:

.github/workflows/cfn-nag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- name: Use Node.js
2929
uses: actions/setup-node@v6
3030
with:
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
npm install -g aws-cdk
4343
cdk --version
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v7
4545
- name: Set up Python
4646
uses: actions/setup-python@v6
4747
with:

.github/workflows/check-pytest-xfails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
Check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- name: check xfails
2020
run: if grep -ro "@pytest.mark.xfail()" tests/; then echo "xfails must catch a specific error, e.g. '@pytest.mark.xfail(raises=NotImplementedError)'" && exit 1; else echo "success" && exit 0; fi

.github/workflows/minimal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.platform }}
3434

3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v6
3939
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- uses: hynek/build-and-inspect-python-package@v2
2727

2828

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
security:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Run Snyk to check for vulnerabilities
1919
uses: snyk/actions/python-3.12@master
2020
continue-on-error: true # To make sure that SARIF upload gets called

.github/workflows/static-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.10"]
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v6
2727
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ dev = [
8181
"pytest-rerunfailures>=15,<17",
8282
"pytest-timeout>=2.3.1,<3",
8383
"pytest-xdist>=3.6.1,<4",
84-
"s3fs==2026.4.0",
84+
"s3fs==2026.6.0",
8585
"tox>=4.23.2,<5",
8686
"tox-uv==1.28.1",
87-
"bump-my-version>=0.29,<1.4",
87+
"bump-my-version>=0.29,<1.5",
8888
"IPython>=8.18.1,<9",
8989
"jupyterlab~=4.3",
9090
"nbsphinx>=0.9.6,<0.10",

uv.lock

Lines changed: 171 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)