Release 2023.12.29.1 #146

Merged
luketainton merged 14 commits from next into main 2023-12-30 14:40:53 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -14,8 +14,10 @@ jobs:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
dockerci:
uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

View File

@ -16,7 +16,7 @@ humanfriendly==10.0
identify==2.5.33
idna==3.6
iniconfig==2.0.0
lazy-object-proxy==1.9.0
lazy-object-proxy==1.10.0
mccabe==0.7.0
mypy-extensions==1.0.0
nodeenv==1.8.0