Skip to content

Commit

Permalink
Merge pull request #18 from savannahghi/develop
Browse files Browse the repository at this point in the history
release v1.1.1
  • Loading branch information
kennedykori committed Apr 12, 2024
2 parents bcce05e + 93cdd66 commit bd538c9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,14 +13,14 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args:
- --py311-plus

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.6
hooks:
- id: ruff
args:
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.1.1-rc.1](https://github.com/savannahghi/sghi-etl-core/compare/v1.1.0...v1.1.1-rc.1) (2024-04-12)


### Dependency Updates

* **deps:** upgrade project dependencies ([#16](https://github.com/savannahghi/sghi-etl-core/issues/16)) ([7dbe9c2](https://github.com/savannahghi/sghi-etl-core/commit/7dbe9c2e783f9db0d90ce49090a99158b3a1d3ea))

## [1.1.0](https://github.com/savannahghi/sghi-etl-core/compare/v1.0.2...v1.1.0) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sghi-etl-core",
"version": "1.1.0",
"version": "1.1.1-rc.1",
"description": "API specification for components of a simple ETL workflow.",
"directories": {
"doc": "docs"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"typing-extensions>=4.10.0",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@v1.3.0",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@v1.4.0",
]
description = "API specification for components of a simple ETL workflow."
dynamic = ["version"]
Expand All @@ -45,7 +45,7 @@ dev = [

docs = [
"furo==2024.1.29",
"jaraco.packaging~=9.4.0",
"jaraco.packaging~=9.5.0",
"rst.linker~=2.4.0",
"Sphinx~=7.2.6",
"sphinx-favicon~=1.0.1",
Expand All @@ -59,13 +59,13 @@ test = [
"coverage~=6.5.0",
"coveralls~=3.3.1",
"packaging",
"pyright>=1.1.356",
"pyright>=1.1.358",
"pytest~=8.1.1",
"pytest-cov~=5.0.0",
"pytest-forked~=1.6.0",
"pytest-sugar~=1.0.0",
"pytest-xdist~=3.5.0",
"ruff~=0.3.4",
"ruff~=0.3.6",
"tox~=4.14.2",
"tox-gh-actions~=3.2.0",
]
Expand Down

0 comments on commit bd538c9

Please sign in to comment.