Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sco1 committed Nov 7, 2024
1 parent 1e0914f commit fae6c09
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 160 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh

- name: Set up Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false

env:
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh

- name: Set up (release) Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.4.20/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.30/install.sh | sh

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [

requires-python = ">=3.9"
dependencies = [
"attrs~=21.4",
"attrs~=24.0",
"flake8>=5.0",
]

Expand All @@ -56,7 +56,7 @@ dev-dependencies = [
"pre-commit~=4.0",
"pytest~=8.3",
"pytest-check~=2.4",
"pytest-cov~=5.0",
"pytest-cov~=6.0",
"pytest-randomly~=3.15",
"ruff~=0.6",
"tox~=4.18",
Expand Down
Loading

0 comments on commit fae6c09

Please sign in to comment.