Skip to content

Commit

Permalink
Update yamale requirement from <=4.0.4 to <=5.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [yamale](https://github.com/23andMe/Yamale) to permit the latest version.
- [Release notes](https://github.com/23andMe/Yamale/releases)
- [Commits](23andMe/Yamale@1.0b0...5.2.1)

---
updated-dependencies:
- dependency-name: yamale
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rustydb committed Oct 28, 2024
1 parent 246e600 commit dfa3666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies = [
'tomli==2.0.1',
'ttp==0.9.4',
'urllib3==2.2.3',
'yamale<=4.0.4',
'yamale<=5.2.1',
]
dynamic = ['entry-points', 'scripts', 'version']
maintainers = [
Expand Down Expand Up @@ -117,7 +117,7 @@ lint = [
]
network_modeling = [
'jsonschema==4.17.3',
'yamale<=4.0.4',
'yamale<=5.2.1',
]
test = [
'coverage~=7.2.2',
Expand Down

0 comments on commit dfa3666

Please sign in to comment.