Skip to content

Commit

Permalink
Updated ITDE from 1.7.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 1, 2024
1 parent 76fed19 commit 890dc1e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
48 changes: 31 additions & 17 deletions poetry.lock

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

20 changes: 3 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,10 @@ readme = 'README.md'
repository = "https://github.com/exasol/advanced-analytics-framework"
homepage = "https://github.com/exasol/advanced-analytics-framework"


keywords = ['exasol']

# docutils 0.20.1 0.21.2
# exasol-bucketfs 0.6.0 0.11.0
# exasol-integration-test-docker-environment 1.7.1 3.1.0
# importlib-resources 5.13.0 6.4.0

# networkx 3.1 3.3
# nox 2023.4.22 2024.4.15
# numpy 1.24.4 2.0.0
# pandas 1.5.3 2.2.2
# poethepoet 0.13.1 0.27.0
# pydantic 1.10.17 2.7.4
# pytest 7.4.4 8.2.2
# pytest-cov 3.0.0 5.0.0
# pyzmq 24.0.1 26.0.3
# structlog 22.3.0 24.2.0
# typeguard 2.13.3 4.3.0
# exasol-integration-test-docker-environment 1.7.1 3.1.0

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
Expand All @@ -58,7 +43,8 @@ pytest = ">=7.2.2"
pytest-assume = "^2.4.3"
exasol-udf-mock-python = ">=0.2.0,<1.0.0"
pytest-cov = "^5.0.0"
exasol-integration-test-docker-environment = "1.7.1"
# exasol-integration-test-docker-environment = "1.7.1"
exasol-integration-test-docker-environment = "3.1.0"
polyfactory = "^2.8.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 890dc1e

Please sign in to comment.