Skip to content

Commit

Permalink
Merge pull request #9 from veraposeidon/feature/sn-27-update-dependen…
Browse files Browse the repository at this point in the history
…cies

update dependencies and solve security alert
  • Loading branch information
veraposeidon authored May 13, 2024
2 parents 4e63e81 + 7f3f54f commit ecf4e5d
Show file tree
Hide file tree
Showing 28 changed files with 73 additions and 615 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.8"]
python-version: ["3.9","3.10","3.11","3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -21,7 +21,7 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint ./**/*.py
pylint labelme2datasets/**
- name: Slack Notify
uses: ravsamhq/notify-slack-action@v1
if: always()
Expand Down
Loading

0 comments on commit ecf4e5d

Please sign in to comment.