Skip to content

Commit 6cc455c

Browse files
Bump freezegun from 1.5.1 to 1.5.2 (#11007)
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.1 to 1.5.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spulec/freezegun/blob/master/CHANGELOG">freezegun's changelog</a>.</em></p> <blockquote> <h2>1.5.2</h2> <ul> <li>Remove support for Python 3.7</li> <li>Explicitly marks support for Python 3.13</li> <li>Improved project documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spulec/freezegun/commit/ba06fa43d18c24e6bd4b3bacb7edcb547e7b30ae"><code>ba06fa4</code></a> Increase version number</li> <li><a href="https://github.com/spulec/freezegun/commit/da2885db0c6bbef0d17569ddc9b0b0c7ef852f8c"><code>da2885d</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/572">#572</a> from jayaddison/debian-bug-1106274/tests-datetime-tod...</li> <li><a href="https://github.com/spulec/freezegun/commit/695aa15668c251c3180d0b943b62c7f2f73b4dbe"><code>695aa15</code></a> Merge branch 'master' into debian-bug-1106274/tests-datetime-today-tz-localiz...</li> <li><a href="https://github.com/spulec/freezegun/commit/132ecdbe6e33f603b8d65e7160cdf8200e06391a"><code>132ecdb</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/573">#573</a> from spulec/admin/indicate-py-13-compat</li> <li><a href="https://github.com/spulec/freezegun/commit/f9235ae8a00941f2d8a370717af2641a7bf268e9"><code>f9235ae</code></a> Mark support for Python 3.13</li> <li><a href="https://github.com/spulec/freezegun/commit/9072d08e3ee22e98e771d8598d67373019a26fed"><code>9072d08</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/544">#544</a> from spulec/remove-py-37-support</li> <li><a href="https://github.com/spulec/freezegun/commit/74a69142ddfa3ef6ca060a921938c5cda6da5d16"><code>74a6914</code></a> Merge pull request <a href="https://redirect.github.com/spulec/freezegun/issues/565">#565</a> from joethesaint/improve-documentation</li> <li><a href="https://github.com/spulec/freezegun/commit/1343509cd9e53a1777fec5ccbdd7bf85a809f051"><code>1343509</code></a> README: update example code for consistency with tests</li> <li><a href="https://github.com/spulec/freezegun/commit/9468f708256344321ff8e0fc1c783576e7da44ac"><code>9468f70</code></a> Tests: fixup: replace <code>datetime.today</code> method calls with <code>datetime.date</code> clas...</li> <li><a href="https://github.com/spulec/freezegun/commit/9e4012ad4565c0cf2505410134f6a2ca745a2c3d"><code>9e4012a</code></a> Tests: restore some <code>datetime.date</code>-based comparisons</li> <li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.5.1...1.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=freezegun&package-manager=pip&previous-version=1.5.1&new-version=1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41cc4ee commit 6cc455c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ filelock==3.18.0
7676
# via virtualenv
7777
forbiddenfruit==0.1.4
7878
# via blockbuster
79-
freezegun==1.5.1
79+
freezegun==1.5.2
8080
# via
8181
# -r requirements/lint.in
8282
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ filelock==3.18.0
7474
# via virtualenv
7575
forbiddenfruit==0.1.4
7676
# via blockbuster
77-
freezegun==1.5.1
77+
freezegun==1.5.2
7878
# via
7979
# -r requirements/lint.in
8080
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ filelock==3.18.0
3131
# via virtualenv
3232
forbiddenfruit==0.1.4
3333
# via blockbuster
34-
freezegun==1.5.1
34+
freezegun==1.5.2
3535
# via -r requirements/lint.in
3636
identify==2.6.12
3737
# via pre-commit

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ execnet==2.1.1
3939
# via pytest-xdist
4040
forbiddenfruit==0.1.4
4141
# via blockbuster
42-
freezegun==1.5.1
42+
freezegun==1.5.2
4343
# via -r requirements/test.in
4444
frozenlist==1.6.0
4545
# via

0 commit comments

Comments
 (0)