Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a096642

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
Update freezegun requirement from ~=1.3 to ~=1.4 (#966)
* Update freezegun requirement from ~=1.3 to ~=1.4 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@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
1 parent 2a31d3f commit a096642

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Update freezegun requirement from ~=1.3 to ~=1.4"
3+
time: 2023-12-19T22:22:11.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 966

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pre-commit==3.7.0;python_version >="3.9"
1111
pre-commit==3.5.0;python_version <"3.9"
1212

1313
# test
14-
freezegun~=1.3
14+
freezegun~=1.4
1515
mock~=5.1
1616
pytest~=7.4
1717
pytest-csv~=3.0

0 commit comments

Comments
 (0)