Skip to content

Commit

Permalink
chore(deps): upgrade project dependencies
Browse files Browse the repository at this point in the history
Upgrade all project dependencies except [coverage](https://github.com/nedbat/coveragepy).
  • Loading branch information
kennedykori committed Mar 22, 2024
1 parent 27e4efe commit 46f67b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<img alt="CI" src="https://github.com/savannahghi/sghi-etl-core/actions/workflows/ci.yml/badge.svg">
</a>
<a href="https://coveralls.io/github/savannahghi/sghi-etl-core?branch=develop">
<img alt="Coverage Status" src="https://img.shields.io/coverallsCoverage/github/savannahghi/sghi-commons?branch=develop&logo=coveralls">
<img alt="Coverage Status" src="https://img.shields.io/coverallsCoverage/github/savannahghi/sghi-etl-core?branch=develop&logo=coveralls">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bugs": {
"url": "https://github.com/savannahghi/sghi-etl-core/issues"
},
"homepage": "https://github.com/savannahghi/sghi-commons",
"homepage": "https://github.com/savannahghi/sghi-etl-core",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=69.0.3",
"setuptools_scm>=7.1.0",
"setuptools>=69.2.0",
"setuptools_scm>=8.0.4",
]

[project]
Expand All @@ -23,10 +23,10 @@ classifiers = [
"Typing :: Typed"
]
dependencies = [
"typing-extensions>=4.9",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@develop",
"typing-extensions>=4.10.0",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@v1.1.0",
]
description = "A tool for defining and executing our ML workflows."
description = "API specification for components of a simple ETL workflow."
dynamic = ["version"]
keywords = ["sghi", "api", "etl", "pipeline"]
license = {file = "LICENSE"}
Expand Down Expand Up @@ -59,13 +59,13 @@ test = [
"coverage~=6.5.0",
"coveralls~=3.3.1",
"packaging",
"pyright>=1.1.353",
"pyright>=1.1.355",
"pytest~=8.1.1",
"pytest-cov~=4.1.0",
"pytest-forked~=1.6.0",
"pytest-sugar~=1.0.0",
"pytest-xdist~=3.5.0",
"ruff~=0.3.2",
"ruff~=0.3.3",
"tox~=4.14.1",
"tox-gh-actions~=3.2.0",
]
Expand Down

0 comments on commit 46f67b1

Please sign in to comment.