diff --git a/.github/workflows/monthly.yml b/.github/workflows/monthly.yml index d568dcd01..b61bfc656 100644 --- a/.github/workflows/monthly.yml +++ b/.github/workflows/monthly.yml @@ -59,7 +59,7 @@ jobs: with: python-version: "3.14" - name: Set up uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.2.0 with: enable-cache: true - name: Install dependencies diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0d10cc86e..7b7622a41 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -30,7 +30,7 @@ jobs: with: python-version: "3.14" - name: Set up uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.2.0 with: enable-cache: true - name: Install dependencies @@ -70,7 +70,7 @@ jobs: run: npx -y allure generate allure-results --output allure-report - name: Allure PR summary if: always() - uses: allure-framework/allure-action@v0.9.0 + uses: allure-framework/allure-action@v0.10.3 with: report-directory: "./allure-report" github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8613401c..0aaaee0df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.38.0 + rev: 0.38.2 hooks: - id: check-github-workflows args: ["--verbose"] @@ -29,7 +29,7 @@ repos: stages: [commit-msg] args: [] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.9 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index f94b905aa..1133e146e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [dependency-groups] dev = [ - "ruff==0.16.4", + "ruff==0.16.9", "pre-commit==4.6.2", "pytest-flakiness==1.2.0", ] @@ -13,10 +13,10 @@ readme = "README.md" license = "MIT" authors = [{ name = "Nir Tal" }] dependencies = [ - "allure-pytest==2.16.0", + "allure-pytest==2.16.1", "assertpy==1.1", "dataclasses-json==0.6.7", - "deprecated==1.3.1", + "deprecated==3.0.0", "mailinator-python-client-2==1.0.9", "mysql-connector-python==26.7.0", "pytest==9.1.1", @@ -24,12 +24,12 @@ dependencies = [ "pytest-check==2.9.1", "pytest-dependency==0.6.1", "pytest-ordering==0.6", - "pytest-rerunfailures==16.6", + "pytest-rerunfailures==16.7", "pytest-split==0.11.0", "python-dotenv==1.2.3", "requests==2.34.2", "requests-toolbelt==1.0.0", - "selenium==4.47.0", + "selenium==4.49.0", "tenacity==9.1.4", "visual-regression-tracker==4.9.0", "xlrd==2.0.2"