Skip to content

Commit

Permalink
#7 Updated dependencies [run-saas-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 22, 2024
1 parent 203a9be commit 7a45edb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 41 deletions.
66 changes: 29 additions & 37 deletions poetry.lock

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

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ python = ">=3.8.0,<4.0"
pyexasol = "^0.25.0"
exasol-bucketfs = ">=0.10.0"
click = "^8.0.4"
# exasol-saas-api=">=0.4.0"
exasol-saas-api = { git = "https://github.com/exasol/saas-api-python.git", branch = "main" }
exasol-saas-api = ">=0.6.0"
requests = "<2.32.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
# exasol-toolbox = "^0.8.0"
exasol-toolbox = { git = "https://github.com/exasol/python-toolbox.git", branch = "main" }
exasol-toolbox = ">=0.12.0"
exasol-script-languages-container-tool = "^0.18.2"

[build-system]
Expand Down

0 comments on commit 7a45edb

Please sign in to comment.