Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc #v3.3.0
uses: sigstore/gh-action-sigstore-python@5b79a39c381910c090341a2c9b0bf022c8b387e1 #v3.4.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/download-artifact@v8
id: download
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# - requests
#

certifi==2026.5.20
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
idna==3.17
idna==3.18
# via requests
makefun==1.16.0
# via hatch.envs.default
Expand Down
20 changes: 10 additions & 10 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
# - requests
#

certifi==2026.5.20
certifi==2026.6.17
# via requests
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
coverage==7.14.1
coverage==7.14.2
# via
# hatch.envs.dev
# pytest-cov
distlib==0.4.0
distlib==0.4.3
# via virtualenv
filelock==3.29.0
filelock==3.29.4
# via virtualenv
freezegun==1.5.5
# via pytest-freezer
identify==2.6.19
# via pre-commit
idna==3.17
idna==3.18
# via requests
iniconfig==2.3.0
# via pytest
Expand All @@ -61,9 +61,9 @@ pychoir==0.0.30
# via hatch.envs.dev
pygments==2.20.0
# via pytest
pyright==1.1.409
pyright==1.1.410
# via hatch.envs.dev
pytest==9.0.3
pytest==9.1.1
# via
# hatch.envs.dev
# pytest-cov
Expand All @@ -75,7 +75,7 @@ pytest-cov==7.1.0
# via hatch.envs.dev
pytest-freezer==0.4.9
# via hatch.envs.dev
pytest-github-actions-annotate-failures==0.4.0
pytest-github-actions-annotate-failures==0.4.2
# via hatch.envs.dev
pytest-mock==3.15.1
# via hatch.envs.dev
Expand All @@ -93,7 +93,7 @@ requests==2.34.2
# requests-mock
requests-mock==1.12.1
# via hatch.envs.dev
ruff==0.15.15
ruff==0.15.18
# via hatch.envs.dev
six==1.17.0
# via python-dateutil
Expand All @@ -103,5 +103,5 @@ typing-extensions==4.15.0
# pyright
urllib3==2.7.0
# via requests
virtualenv==21.4.2
virtualenv==21.5.1
# via pre-commit
Loading