Skip to content

Commit

Permalink
Update certomancer requirement from ==0.11.* to >=0.11,<0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [certomancer](https://github.com/MatthiasValvekens/certomancer) to permit the latest version.
- [Release notes](https://github.com/MatthiasValvekens/certomancer/releases)
- [Commits](MatthiasValvekens/certomancer@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 671c1cc commit c8db610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ testing-basic = [
"requests-mock>=1.8.0",
"freezegun>=1.1.0",
"pytest-asyncio==0.23.5.post1",
"certomancer==0.11.*",
"certomancer>=0.11,<0.13",
"pytest-cov>=4.0,<4.2",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
Expand Down

0 comments on commit c8db610

Please sign in to comment.