Skip to content

Commit 081587a

Browse files
authored
Merge pull request #193 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 91d44a2 + 46fbc65 commit 081587a

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.12'
18+
python-version: '3.13'
1919
- name: Install Poetry
2020
uses: snok/install-poetry@v1
2121
with:
@@ -44,7 +44,7 @@ jobs:
4444
if: success()
4545
- name: Store Playwright Traces and Videos From Failed Tests
4646
if: failure()
47-
uses: actions/upload-artifact@v4.6.1
47+
uses: actions/upload-artifact@v4.6.2
4848
id: artifact-upload-step
4949
with:
5050
name: test-results

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.12'
42+
python-version: '3.13'
4343
- name: Install Poetry
4444
uses: snok/install-poetry@v1
4545
with:
@@ -69,7 +69,7 @@ jobs:
6969
--group ${{ matrix.group }}
7070
- name: Upload test results and artifacts
7171
if: always()
72-
uses: actions/upload-artifact@v4.6.1
72+
uses: actions/upload-artifact@v4.6.2
7373
with:
7474
name: test-results-${{ matrix.group }}
7575
path: |
@@ -94,7 +94,7 @@ jobs:
9494
cp -r $dir/* merged-test-results/
9595
done
9696
- name: Upload Merged Test Results
97-
uses: actions/upload-artifact@v4.6.1
97+
uses: actions/upload-artifact@v4.6.2
9898
id: merged-artifact-upload
9999
with:
100100
name: merged-test-results

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.31.2
27+
rev: 0.32.1
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies:
7070
- tomli
7171
- repo: https://github.com/abravalheri/validate-pyproject
72-
rev: v0.23
72+
rev: v0.24.1
7373
hooks:
7474
- id: validate-pyproject
7575
# Optional extra validations from SchemaStore:

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ version = "0.1.0"
1818
[tool.poetry.dependencies]
1919
allure-pytest = "2.13.5"
2020
axe-playwright-python = "0.1.4"
21-
playwright = "1.50.0"
22-
pytest = "8.3.4"
21+
playwright = "1.51.0"
22+
pytest = "8.3.5"
2323
pytest-base-url = "2.1.0"
2424
pytest-playwright = "0.7.0"
2525
pytest-split = "0.10.0"
@@ -29,7 +29,7 @@ requests = "2.32.3"
2929
[tool.poetry.group.dev.dependencies]
3030
black = "25.1.0"
3131
isort = "6.0.1"
32-
pre-commit = "4.1.0"
32+
pre-commit = "4.2.0"
3333

3434
[tool.pytest.ini_options]
3535
addopts = [

0 commit comments

Comments
 (0)