Skip to content

Commit 6600d84

Browse files
fix(deps): update all dependencies
1 parent e3d0d4b commit 6600d84

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--group ${{ matrix.group }}
6969
- name: Upload test results
7070
if: always()
71-
uses: actions/upload-artifact@v4.6.0
71+
uses: actions/upload-artifact@v4.6.1
7272
with:
7373
name: test-results-${{ matrix.group }}
7474
path: |

.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.1
27+
rev: 0.31.2
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
@@ -54,7 +54,7 @@ repos:
5454
'--ignore-init-module-imports',
5555
]
5656
- repo: https://github.com/PyCQA/isort
57-
rev: 6.0.0
57+
rev: 6.0.1
5858
hooks:
5959
- id: isort
6060
args: [ '--settings-file', 'pyproject.toml' ]

poetry.lock

Lines changed: 14 additions & 11 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
@@ -25,7 +25,7 @@ mailinator-python-client-2 = "0.0.6"
2525
mysql-connector-python = "9.2.0"
2626
pytest = "8.3.4"
2727
pytest-base-url = "2.1.0"
28-
pytest-check = "2.4.1"
28+
pytest-check = "2.5.0"
2929
pytest-dependency = "0.6.0"
3030
pytest-ordering = "0.6"
3131
pytest-rerunfailures = "15.0"
@@ -34,14 +34,14 @@ python = "^3.11"
3434
python-dotenv = "1.0.1"
3535
requests = "2.32.3"
3636
requests-toolbelt = "1.0.0"
37-
selenium = "4.28.1"
37+
selenium = "4.29.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"
44-
isort = "6.0.0"
44+
isort = "6.0.1"
4545
pre-commit = "4.1.0"
4646

4747
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)