Skip to content

Commit

Permalink
Feature/26581 upgrade poetry (#45)
Browse files Browse the repository at this point in the history
* force newer poetry version
  • Loading branch information
TorgeirWaagbo authored Jan 9, 2024
1 parent 5471a8c commit 2f0dbf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version-file: 'pyproject.toml' # Read python version from a file pyproject.toml
python-version-file: 'pyproject.toml'
cache: 'pip'

- name: Pip install
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "omnia_timeseries"
version = "1.3.2"
version = "1.3.3"
authors = ["Equinor Omnia Industrial IoT Team <[email protected]>"]

homepage = "https://github.com/equinor/omnia-timeseries-python"
repository = "https://github.com/equinor/omnia-timeseries-python"
description = "Official Python SDK for the Omnia Timeseries API"
readme = "README.md"

Expand All @@ -17,7 +18,7 @@ azure-identity = "^1.10.0"
requests-mock = "*"
pytest = "*"
azure-core = "*"
poetry = "*"
poetry = "^1.1.9"
build = "*"
opentelemetry-instrumentation-requests = "^0.41b0"
cryptography = "^41.0.1"
Expand Down

0 comments on commit 2f0dbf5

Please sign in to comment.