Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

build(deps): bump requests from 2.31.0 to 2.32.3 #126

build(deps): bump requests from 2.31.0 to 2.32.3

build(deps): bump requests from 2.31.0 to 2.32.3 #126

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
matrix:
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
uses: Informasjonsforvaltning/workflows/.github/workflows/test-nox.yaml@main
with:
python_version: ${{ matrix.python-version }}
python_architecture: x64
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}