Skip to content

Commit 6cf74a7

Browse files
committed
Update package timezonefinder.
Update to poetry version 1.2.1.
1 parent 3656aff commit 6cf74a7

3 files changed

Lines changed: 105 additions & 14 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: false
88
matrix:
99
python-version: ['3.9']
10-
poetry-version: ['1.1.14']
10+
poetry-version: ['1.2.1']
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version: ['3.9']
33-
poetry-version: ['1.1.14']
33+
poetry-version: ['1.2.1']
3434
os: [ubuntu-latest]
3535
runs-on: ${{ matrix.os }}
3636
steps:

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ packages = [
3434

3535

3636
[tool.poetry.dependencies]
37-
python = "^3.9"
38-
pydantic = "^1.9.0"
37+
python = ">=3.9,<3.11"
38+
pydantic = "^1.10.2"
3939
coordinate-projector = "^0.0.4"
4040
cchardet = "^2.1.7"
4141

0 commit comments

Comments
 (0)