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 31, 2024
1 parent 756ca65 commit 2418505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- --py311-plus

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.4
hooks:
- id: ruff
args:
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"typing-extensions>=4.10.0",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@v1.1.0",
"sghi-commons @ git+https://github.com/savannahghi/sghi-commons.git@v1.3.0",
]
description = "API specification for components of a simple ETL workflow."
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ requires-python = ">=3.11" # Support Python 3.10+.

[project.optional-dependencies]
dev = [
"pre-commit~=3.6.2",
"pre-commit~=3.7.0",
]

docs = [
Expand All @@ -59,14 +59,14 @@ test = [
"coverage~=6.5.0",
"coveralls~=3.3.1",
"packaging",
"pyright>=1.1.355",
"pyright>=1.1.356",
"pytest~=8.1.1",
"pytest-cov~=4.1.0",
"pytest-cov~=5.0.0",
"pytest-forked~=1.6.0",
"pytest-sugar~=1.0.0",
"pytest-xdist~=3.5.0",
"ruff~=0.3.3",
"tox~=4.14.1",
"ruff~=0.3.4",
"tox~=4.14.2",
"tox-gh-actions~=3.2.0",
]

Expand Down

0 comments on commit 2418505

Please sign in to comment.