diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 008e20c..71f46b3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -22,13 +22,9 @@ jobs: python-version: ["3.9", "3.10", "3.11"] steps: - - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 - with: - egress-policy: audit - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index f6c3a53..223b692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ build>=1.0.3 -pytest>=9.0.2 +pytest>=8.4.2 python-multipart>=0.0.20 urllib3>=2.6.3