diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index a2991097..2f917c79 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changelog +* [0.9.0](changes_0.9.0.md) * [0.8.0](changes_0.8.0.md) * [0.7.0](changes_0.7.0.md) * [0.6.0](changes_0.6.0.md) diff --git a/doc/changes/changes_0.9.0.md b/doc/changes/changes_0.9.0.md new file mode 100644 index 00000000..9847c451 --- /dev/null +++ b/doc/changes/changes_0.9.0.md @@ -0,0 +1,29 @@ +# Transformers Extension 0.9.0, T.B.D + +Code name: T.B.D + + +## Summary + +T.B.D + +### Features + + - n/a + +### Bug Fixes + + - n/a + +### Refactorings + + - n/a + +### Documentation + + - n/a + +### Security + + - Update gitpython (3.1.40 -> 3.1.41) + - Updated jinja2 (3.1.2 -> 3.1.3) diff --git a/poetry.lock b/poetry.lock index a5af8c74..0397d49b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -630,21 +630,21 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.40" +version = "3.1.41" description = "GitPython is a Python library used to interact with Git repositories" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.40-py3-none-any.whl", hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a"}, - {file = "GitPython-3.1.40.tar.gz", hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"}, + {file = "GitPython-3.1.41-py3-none-any.whl", hash = "sha256:c36b6634d069b3f719610175020a9aed919421c87552185b085e04fbbdb10b7c"}, + {file = "GitPython-3.1.41.tar.gz", hash = "sha256:ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" [package.extras] -test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest", "pytest-cov", "pytest-instafail", "pytest-subtests", "pytest-sugar"] +test = ["black", "coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "sumtypes"] [[package]] name = "huggingface-hub" @@ -772,14 +772,14 @@ files = [ [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.3" description = "A very fast and expressive template engine." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, - {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -2379,4 +2379,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "155ee12ea40608b861bd3bb5299abaf5ab130c9b1cd9087f54c8859824abe707" +content-hash = "44d99f27451f9a3718f0c49e5b3f2e2a66a3f25ae6ebd84819b3530f6313c273" diff --git a/pyproject.toml b/pyproject.toml index 371e8151..2d4a3cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exasol-transformers-extension" -version = "0.8.0" +version = "0.9.0" description = "An Exasol extension to use state-of-the-art pretrained machine learning models via the transformers api." authors = [