Skip to content

Commit b548036

Browse files
Update all non-major dependencies
1 parent 65d5b5b commit b548036

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.13
17+
python-version: 3.14
1818
- name: build sdist and wheel
1919
run: poetry build
2020
- name: Store the distribution packages

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = [
2828

2929
[tool.poetry.group.dev.dependencies]
3030
pytest = "^8.1.1"
31-
ruff = "^0.13.0"
31+
ruff = "^0.14.0"
3232
mypy = "^1.11.2"
3333
types-requests = "^2.32.0.20240914"
3434
requests-mock = "^1.12.1"

0 commit comments

Comments
 (0)