Skip to content

Commit 7962ae9

Browse files
authored
Merge pull request #443 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 22a1f1d + 3834268 commit 7962ae9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.4.3
71+
uses: actions/upload-artifact@v4.5.0
7272
with:
7373
name: test-results-${{ matrix.group }}
7474
path: |

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dataclasses-json = "0.6.7"
2323
deprecated = "1.2.15"
2424
mailinator-python-client-2 = "0.0.6"
2525
mysql-connector-python = "9.1.0"
26-
pytest = "8.3.3"
26+
pytest = "8.3.4"
2727
pytest-base-url = "2.1.0"
2828
pytest-check = "2.4.1"
2929
pytest-dependency = "0.6.0"
@@ -34,7 +34,7 @@ python = "^3.11"
3434
python-dotenv = "1.0.1"
3535
requests = "2.32.3"
3636
requests-toolbelt = "1.0.0"
37-
selenium = "4.26.1"
37+
selenium = "4.27.1"
3838
tenacity = "9.0.0"
3939
visual-regression-tracker = "4.9.0"
4040
xlrd = "2.0.1"

0 commit comments

Comments
 (0)