From 6600d84c75d1f1e5612045f959a7e316e23c25d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 01:51:05 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/nightly.yml | 2 +- .pre-commit-config.yaml | 4 ++-- poetry.lock | 25 ++++++++++++++----------- pyproject.toml | 6 +++--- 4 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c0b14343ca..8dee7caf0b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -68,7 +68,7 @@ jobs: --group ${{ matrix.group }} - name: Upload test results if: always() - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: test-results-${{ matrix.group }} path: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57a22a6200..e7b70e179c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: no-commit-to-branch args: [ '--branch', 'main' ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.1 + rev: 0.31.2 hooks: - id: check-github-workflows args: ["--verbose"] @@ -54,7 +54,7 @@ repos: '--ignore-init-module-imports', ] - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort args: [ '--settings-file', 'pyproject.toml' ] diff --git a/poetry.lock b/poetry.lock index 673353faef..efb7f52fa2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -434,13 +434,13 @@ files = [ [[package]] name = "isort" -version = "6.0.0" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" files = [ - {file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, - {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] @@ -694,18 +694,21 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[package]] name = "pytest-check" -version = "2.4.1" +version = "2.5.0" description = "A pytest plugin that allows multiple failures per test." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_check-2.4.1-py3-none-any.whl", hash = "sha256:74f38938183880d9921aeb85662437d2b13e1e053e1bed7d186d54613d3068c7"}, - {file = "pytest_check-2.4.1.tar.gz", hash = "sha256:5224efcef059bf7f0cda253f8d0f62704b4819ff48c93f51c675aea6a014f650"}, + {file = "pytest_check-2.5.0-py3-none-any.whl", hash = "sha256:5c90dfe92e5e5870b34c1ed7a648aef5c2dfb2273acfba77f35ca648219a33f3"}, + {file = "pytest_check-2.5.0.tar.gz", hash = "sha256:3a6be8431c7720287958436d97a6b823eed5ae5ceb7da5572a0e4a9462feaf88"}, ] [package.dependencies] pytest = ">=7.0.0" +[package.extras] +dev = ["build", "tox", "tox-uv"] + [[package]] name = "pytest-dependency" version = "0.6.0" @@ -875,13 +878,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "selenium" -version = "4.28.1" +version = "4.29.0" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.9" files = [ - {file = "selenium-4.28.1-py3-none-any.whl", hash = "sha256:4238847e45e24e4472cfcf3554427512c7aab9443396435b1623ef406fff1cc1"}, - {file = "selenium-4.28.1.tar.gz", hash = "sha256:0072d08670d7ec32db901bd0107695a330cecac9f196e3afb3fa8163026e022a"}, + {file = "selenium-4.29.0-py3-none-any.whl", hash = "sha256:ce5d26f1ddc1111641113653af33694c13947dd36c2df09cdd33f554351d372e"}, + {file = "selenium-4.29.0.tar.gz", hash = "sha256:3a62f7ec33e669364a6c0562a701deb69745b569c50d55f1a912bf8eb33358ba"}, ] [package.dependencies] @@ -1190,4 +1193,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f9ef20fbc1ae05be899715874ee0458bb32381f989909bc6158a606ecf488a01" +content-hash = "2c1f031252a757bff6c081a7b7bc7d624d446f64f5d6e164db229a03a1c701dc" diff --git a/pyproject.toml b/pyproject.toml index 3114e35706..b5b2c58506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ mailinator-python-client-2 = "0.0.6" mysql-connector-python = "9.2.0" pytest = "8.3.4" pytest-base-url = "2.1.0" -pytest-check = "2.4.1" +pytest-check = "2.5.0" pytest-dependency = "0.6.0" pytest-ordering = "0.6" pytest-rerunfailures = "15.0" @@ -34,14 +34,14 @@ python = "^3.11" python-dotenv = "1.0.1" requests = "2.32.3" requests-toolbelt = "1.0.0" -selenium = "4.28.1" +selenium = "4.29.0" tenacity = "9.0.0" visual-regression-tracker = "4.9.0" xlrd = "2.0.1" [tool.poetry.group.dev.dependencies] black = "25.1.0" -isort = "6.0.0" +isort = "6.0.1" pre-commit = "4.1.0" [tool.pytest.ini_options]