Skip to content

Commit caac7ba

Browse files
authored
Merge pull request #473 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 2876732 + 034a497 commit caac7ba

File tree

5 files changed

+43
-43
lines changed

5 files changed

+43
-43
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.13'
2626
- name: Set up uv

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v5
4646
- name: Set up Python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: '3.13'
5050
- name: Set up uv

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: no-commit-to-branch
1818
args: ['--branch', 'main']
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.33.3
20+
rev: 0.34.0
2121
hooks:
2222
- id: check-github-workflows
2323
args: ["--verbose"]
@@ -29,7 +29,7 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.11
32+
rev: v0.13.2
3333
hooks:
3434
- id: ruff
3535
args: [ --fix ]

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.12.11",
3+
"ruff==0.13.2",
44
"pre-commit==4.3.0"
55
]
66

@@ -15,12 +15,12 @@ dependencies = [
1515
"deprecated==1.2.18",
1616
"mailinator-python-client-2==0.0.8",
1717
"mysql-connector-python==9.4.0",
18-
"pytest==8.4.1",
18+
"pytest==8.4.2",
1919
"pytest-base-url==2.1.0",
20-
"pytest-check==2.5.3",
20+
"pytest-check==2.5.4",
2121
"pytest-dependency==0.6.0",
2222
"pytest-ordering==0.6",
23-
"pytest-rerunfailures==16.0",
23+
"pytest-rerunfailures==16.0.1",
2424
"pytest-split==0.10.0",
2525
"python-dotenv==1.1.1",
2626
"requests==2.32.5",

uv.lock

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

0 commit comments

Comments
 (0)