Browse Source

Merge remote-tracking branch 'origin/master' into features

pull/348/head
Deuchnord 5 months ago
parent
commit
ee8adab682
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      .github/workflows/semantic-pr.yml
  2. +1
    -0
      .github/workflows/tests.yml
  3. +1
    -1
      poetry.lock
  4. +1
    -1
      pyproject.toml

+ 1
- 1
.github/workflows/semantic-pr.yml View File

@@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

+ 1
- 0
.github/workflows/tests.yml View File

@@ -24,6 +24,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:


+ 1
- 1
poetry.lock View File

@@ -563,4 +563,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "c4ea6764d51184cd75ab355a43a9ec22a0da2a4e63716f66661cc1b76a50fa4c"
content-hash = "094c7f7be5e4d002d41e4fc8fc74851fae5e97c2ea7454883a9111b43355dedb"

+ 1
- 1
pyproject.toml View File

@@ -25,7 +25,7 @@ importlib-metadata = ">=4.11,<7.0"
openlocationcode = "^1.0"

[tool.poetry.dev-dependencies]
black = "^23.10"
black = "^23.11"
pytest = "^7.4"
aurornis = "^1.5"



Loading…
Cancel
Save