Skip to content

Commit

Permalink
Merge pull request #29 from mike-oakley/u/mike/bump-deps
Browse files Browse the repository at this point in the history
chore: Bump deps.
  • Loading branch information
mike-oakley authored Dec 27, 2023
2 parents 645bc57 + b1cca67 commit 1105b90
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: false
version: 1.5.1
version: 1.7.1
- name: Build package distribution
run: poetry build
- name: Upload package artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Run tox test suite
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"python.linting.enabled": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter"
}
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ pytest-cov = "^4.0.0"
openapi-spec-validator = "^0.7.0"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.2.0"
black = "^23.12.1"
mypy = "^1.8.0"
pre-commit = "^2.16.0"
ruff = "^0.0.265"
ruff = "^0.1.9"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1105b90

Please sign in to comment.