Skip to content

Commit

Permalink
chore(deps): bump the npm group with 2 updates (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 6549129 commit cb3de68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ on:
pull_request:
branches: [master]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
e2e:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
os: [macos-14, ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.11.0"
python-version: '3.12.0'
cache: pip
- if: matrix.os == 'ubuntu-22.04'
uses: awalsh128/[email protected]
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appdirs==1.4.4
black==24.4.0
black==24.4.2
configobj==5.0.8
pillow==10.3.0
pyinstaller==6.6.0
pylint==3.1.0
pyside6==6.7.0
pytest==8.1.1
pytest==8.1.2
requests==2.31.0
semantic_version==2.10.0
validators==0.28.1

0 comments on commit cb3de68

Please sign in to comment.