Skip to content

Commit 5524140

Browse files
fix(deps): update all dependencies
1 parent bd0c6e8 commit 5524140

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
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:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: '3.12'
45+
python-version: '3.13'
4646
- name: Install Poetry
4747
uses: snok/install-poetry@v1
4848
with:

.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: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ allure-pytest = "2.13.5"
2121
assertpy = "1.1"
2222
dataclasses-json = "0.6.7"
2323
deprecated = "1.2.18"
24-
mailinator-python-client-2 = "0.0.6"
24+
mailinator-python-client-2 = "0.0.8"
2525
mysql-connector-python = "9.2.0"
26-
pytest = "8.3.4"
26+
pytest = "8.3.5"
2727
pytest-base-url = "2.1.0"
28-
pytest-check = "2.5.0"
28+
pytest-check = "2.5.2"
2929
pytest-dependency = "0.6.0"
3030
pytest-ordering = "0.6"
3131
pytest-rerunfailures = "15.0"
3232
pytest-split = "0.10.0"
3333
python = "^3.11"
34-
python-dotenv = "1.0.1"
34+
python-dotenv = "1.1.0"
3535
requests = "2.32.3"
3636
requests-toolbelt = "1.0.0"
37-
selenium = "4.29.0"
37+
selenium = "4.30.0"
3838
tenacity = "9.0.0"
3939
visual-regression-tracker = "4.9.0"
4040
xlrd = "2.0.1"
4141

4242
[tool.poetry.group.dev.dependencies]
4343
black = "25.1.0"
4444
isort = "6.0.1"
45-
pre-commit = "4.1.0"
45+
pre-commit = "4.2.0"
4646

4747
[tool.pytest.ini_options]
4848
addopts = [

0 commit comments

Comments
 (0)