diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9287df6..92b148a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: run: | coverage xml -o coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2 + uses: sonarsource/sonarcloud-github-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/requirements.txt b/requirements.txt index 373ad21..a91bc45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ rdflib~=7.0.0 six~=1.16.0 -setuptools~=70.3.0 +setuptools~=75.1.0 nose~=1.3.7 requests~=2.32.3 \ No newline at end of file