Skip to content

Commit

Permalink
Merge pull request #236 from nasa/feature/issue-231-remove-upper-boun…
Browse files Browse the repository at this point in the history
…ds-from-deps

relax upper bound constraints of dependencies
  • Loading branch information
danielfromearth authored Jul 5, 2024
2 parents 3329dd1 + 6b41c0a commit e48860f
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.4.9'
rev: 'v0.5.1'
hooks:
- id: ruff
args: [ "--fix" ]
Expand All @@ -36,7 +36,7 @@ repos:
- id: black-jupyter

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Issue #233](https://github.com/nasa/ncompare/issues/233): Group dependabot updates into fewer PRs.
### Deprecated
### Removed
- [Issue #231](https://github.com/nasa/ncompare/issues/231): Removed upper bounds from dependencies
### Fixed
### Security

Expand Down
Loading

0 comments on commit e48860f

Please sign in to comment.