diff --git a/.github/workflows/devRun.yml b/.github/workflows/devRun.yml index 22aabd991..d136c580e 100644 --- a/.github/workflows/devRun.yml +++ b/.github/workflows/devRun.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e6fe2ceb4..530bd6c8f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,7 +42,7 @@ jobs: EMAIL: ${{ secrets.EMAIL }} PASSWORD: ${{ secrets.PASSWORD }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8336bca8e..61b0cd479 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.34.1 + rev: 0.35.0 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.14.3 + rev: v0.14.8 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index b3a6554df..41a1fe102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [dependency-groups] dev = [ - "ruff==0.14.3", - "pre-commit==4.3.0" + "ruff==0.14.8", + "pre-commit==4.5.0" ] [project] @@ -9,15 +9,15 @@ name = "selenium-python-example" description = "Selenium Python example project with pytest and Allure report" version = "0.1.0" dependencies = [ - "allure-pytest==2.15.0", + "allure-pytest==2.15.2", "assertpy==1.1", "dataclasses-json==0.6.7", "deprecated==1.3.1", "mailinator-python-client-2==0.0.8", "mysql-connector-python==9.5.0", - "pytest==8.4.2", + "pytest==9.0.2", "pytest-base-url==2.1.0", - "pytest-check==2.6.0", + "pytest-check==2.6.2", "pytest-dependency==0.6.0", "pytest-ordering==0.6", "pytest-rerunfailures==16.1", @@ -25,7 +25,7 @@ dependencies = [ "python-dotenv==1.2.1", "requests==2.32.5", "requests-toolbelt==1.0.0", - "selenium==4.38.0", + "selenium==4.39.0", "tenacity==9.1.2", "visual-regression-tracker==4.9.0", "xlrd==2.0.2"