Skip to content

Commit

Permalink
Update freezegun requirement from <1.4 to <1.5
Browse files Browse the repository at this point in the history
Updates the requirements on [freezegun](https://github.com/spulec/freezegun) to permit the latest version.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@0.1.2...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and amotl committed Jan 5, 2024
1 parent 66601eb commit 2491ae1
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 @@ -74,7 +74,7 @@ release = [
]
test = [
"coverage<8",
"freezegun<1.4",
"freezegun<1.5",
"pytest<8",
]
[tool.setuptools]
Expand Down

0 comments on commit 2491ae1

Please sign in to comment.