From 3834268b7542807dbf26605a6b54965821199942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 07:56:22 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/nightly.yml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 501961c3e4..629ea72de9 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.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: test-results-${{ matrix.group }} path: | diff --git a/poetry.lock b/poetry.lock index e0785f3458..cf6aef235c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -656,13 +656,13 @@ files = [ [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -875,13 +875,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "selenium" -version = "4.26.1" +version = "4.27.1" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.26.1-py3-none-any.whl", hash = "sha256:1db3f3a0cd5bb07624fa8a3905a6fdde1595a42185a0617077c361dc53d104fb"}, - {file = "selenium-4.26.1.tar.gz", hash = "sha256:7640f3f08ae7f4e450f895678e8a10a55eb4e4ca18311ed675ecc4684b96b683"}, + {file = "selenium-4.27.1-py3-none-any.whl", hash = "sha256:b89b1f62b5cfe8025868556fe82360d6b649d464f75d2655cb966c8f8447ea18"}, + {file = "selenium-4.27.1.tar.gz", hash = "sha256:5296c425a75ff1b44d0d5199042b36a6d1ef76c04fb775b97b40be739a9caae2"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d1bb9593a6247e3104d80d29010d084a511f7aa845cdd46e4ddf710c456d6fc9" +content-hash = "3a15a549a9e427fc3933366fa76178a352404fa8d9b9d79fcfaf4afa217f8ceb" diff --git a/pyproject.toml b/pyproject.toml index 1aef6957bb..7e3d8fa554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dataclasses-json = "0.6.7" deprecated = "1.2.15" mailinator-python-client-2 = "0.0.6" mysql-connector-python = "9.1.0" -pytest = "8.3.3" +pytest = "8.3.4" pytest-base-url = "2.1.0" pytest-check = "2.4.1" pytest-dependency = "0.6.0" @@ -34,7 +34,7 @@ python = "^3.11" python-dotenv = "1.0.1" requests = "2.32.3" requests-toolbelt = "1.0.0" -selenium = "4.26.1" +selenium = "4.27.1" tenacity = "9.0.0" visual-regression-tracker = "4.9.0" xlrd = "2.0.1"