diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 4fba08c..48d1f69 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,7 +14,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: token: ${{ secrets.ACCESS_TOKEN }} ref: development diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 92723a6..dfb3a27 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -19,7 +19,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - name: Set up Python uses: actions/setup-python@v5.6.0 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c63c2c2..0f84be1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.6.0 diff --git a/requirements.txt b/requirements.txt index 588f769..5343172 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,37 +13,37 @@ attrs==25.3.0 # referencing boltons==25.0.0 # via archivessnake -certifi==2025.7.14 +certifi==2025.8.3 # via requests -charset-normalizer==3.4.2 +charset-normalizer==3.4.3 # via requests idna==3.10 # via requests -jsonschema==4.25.0 +jsonschema==4.25.1 # via -r requirements.in jsonschema-specifications==2025.4.1 # via jsonschema -more-itertools==10.7.0 +more-itertools==10.8.0 # via archivessnake pyyaml==6.0.2 # via archivessnake -rapidfuzz==3.13.0 +rapidfuzz==3.14.0 # via archivessnake referencing==0.36.2 # via # jsonschema # jsonschema-specifications -requests==2.32.4 +requests==2.32.5 # via # -r requirements.in # archivessnake -rpds-py==0.26.0 +rpds-py==0.27.1 # via # jsonschema # referencing structlog==25.4.0 # via archivessnake -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # referencing # structlog