Skip to content

Commit b0410a2

Browse files
gruebelDreamsorcerer
authored andcommitted
replace freezegun with time_machine (#7656)
(cherry picked from commit a7bc5e9)
1 parent 2ee44e0 commit b0410a2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

requirements/constraints.txt

+4
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ wheel==0.37.0
260260
# via pip-tools
261261
yarl==1.9.2
262262
# via -r requirements/runtime-deps.in
263+
zipp==3.17.0
264+
# via
265+
# importlib-metadata
266+
# importlib-resources
263267

264268
# The following packages are considered to be unsafe in a requirements file:
265269
pip==23.2.1

requirements/dev.txt

+10
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ idna==3.4
8585
# yarl
8686
imagesize==1.4.1
8787
# via sphinx
88+
importlib-metadata==6.8.0
89+
# via sphinx
90+
importlib-resources==6.1.0
91+
# via towncrier
8892
incremental==22.10.0
8993
# via towncrier
9094
iniconfig==2.0.0
@@ -155,6 +159,8 @@ python-dateutil==2.8.2
155159
# via time-machine
156160
python-on-whales==0.65.0
157161
# via -r requirements/test.in
162+
pytz==2023.3.post1
163+
# via babel
158164
pyyaml==6.0.1
159165
# via pre-commit
160166
re-assert==1.1.0
@@ -245,6 +251,10 @@ wheel==0.41.0
245251
# via pip-tools
246252
yarl==1.9.2
247253
# via -r requirements/runtime-deps.in
254+
zipp==3.17.0
255+
# via
256+
# importlib-metadata
257+
# importlib-resources
248258

249259
# The following packages are considered to be unsafe in a requirements file:
250260
pip==23.2.1

0 commit comments

Comments
 (0)