Skip to content

Commit 1105b90

Browse files
authored
Merge pull request #29 from mike-oakley/u/mike/bump-deps
chore: Bump deps.
2 parents 645bc57 + b1cca67 commit 1105b90

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.11
21+
python-version: 3.12
2222
- name: Install Poetry
2323
uses: snok/install-poetry@v1
2424
with:
2525
virtualenvs-create: false
26-
version: 1.5.1
26+
version: 1.7.1
2727
- name: Build package distribution
2828
run: poetry build
2929
- name: Upload package artifact

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Poetry
2727
uses: snok/install-poetry@v1
2828
with:
29-
version: 1.5.1
29+
version: 1.7.1
3030
virtualenvs-create: true
3131
virtualenvs-in-project: true
3232
- name: Run tox test suite

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"python.linting.enabled": true,
1010
"editor.formatOnSave": true,
1111
"editor.codeActionsOnSave": {
12-
"source.fixAll": true,
13-
"source.organizeImports": true
12+
"source.fixAll": "explicit",
13+
"source.organizeImports": "explicit"
1414
},
1515
"editor.defaultFormatter": "ms-python.black-formatter"
1616
}

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ pytest-cov = "^4.0.0"
3131
openapi-spec-validator = "^0.7.0"
3232

3333
[tool.poetry.group.dev.dependencies]
34-
black = "^23.3.0"
35-
mypy = "^1.2.0"
34+
black = "^23.12.1"
35+
mypy = "^1.8.0"
3636
pre-commit = "^2.16.0"
37-
ruff = "^0.0.265"
37+
ruff = "^0.1.9"
3838

3939
[build-system]
4040
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)