Skip to content

Commit

Permalink
Merge pull request #3 from norwegian-geotechnical-institute/f/restric…
Browse files Browse the repository at this point in the history
…t_python_versions

Update packages
  • Loading branch information
josteinl committed Oct 19, 2022
2 parents 6866af4 + b94767b commit 3cb86ac
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 240 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9']
poetry-version: ['1.1.14']
poetry-version: ['1.2.2']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9']
poetry-version: ['1.1.14']
poetry-version: ['1.2.2']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# NGI Python Coordinate Projector Package

_2022-10-19_

Version 0.0.5

- Restrict python version to >=3.9 and <3.11. Done so we can upgrade a dependant library (`timezonefinder`). The old
version of `timezonefinder` use a version of numpy that is flagged by `safety` with a security issue.
- Upgrade other dependant packages.
- Use poetry version 1.2.2 in the build pipeline.

_2022-08-27_

Version 0.0.4
Expand Down
Loading

0 comments on commit 3cb86ac

Please sign in to comment.