diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index bb425a7..0b2d3e0 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,19 +14,19 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v1.11.1 id: app-token with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.2.2 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.3.0 with: python-version: '3.10' cache: pip diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f65fcdb..c93d914 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Export secrets to environment variables uses: oNaiPs/secrets-to-env-action@v1.5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6af4e28..987df0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,10 +25,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Set up Python and cache pip - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.3.0 with: python-version: '3.10' cache: 'pip' diff --git a/requirements.txt b/requirements.txt index 119f7cf..20e059d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -amclient==1.3.0 +amclient==1.4.0 # via -r requirements.in asgiref==3.8.1 # via django @@ -24,7 +24,7 @@ charset-normalizer==3.4.1 # via requests coverage[toml]==7.6.10 # via pytest-cov -django==4.2.17 +django==4.2.18 # via # -r requirements.in # asterism @@ -79,9 +79,9 @@ pyyaml==6.0.2 # via -r requirements.in pyzstd==0.16.2 # via py7zr -rdflib==7.1.1 +rdflib==7.1.3 # via pyfc4 -referencing==0.35.1 +referencing==0.36.1 # via # jsonschema # jsonschema-specifications @@ -103,7 +103,9 @@ tomli==2.2.1 # coverage # pytest typing-extensions==4.12.2 - # via asgiref + # via + # asgiref + # referencing uritemplate==4.1.1 # via -r requirements.in urllib3==2.3.0