Skip to content

Commit

Permalink
Bump freezegun from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: freezegun
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent a9200db commit 9b30ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.3.2
# via virtualenv
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down Expand Up @@ -248,7 +248,6 @@ typer==0.6.1
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# annotated-types
# mypy
Expand Down
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via virtualenv
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down Expand Up @@ -234,7 +234,6 @@ typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# aioredis
# annotated-types
# mypy
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cryptography==41.0.2
# via trustme
exceptiongroup==1.1.2
# via pytest
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down Expand Up @@ -113,7 +113,6 @@ typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
# via
# -r requirements/typing-extensions.in
# annotated-types
# mypy
# pydantic
Expand Down

0 comments on commit 9b30ff0

Please sign in to comment.