@@ -19,11 +19,11 @@ classifiers = [
1919]
2020
2121dependencies =[
22- " python-dateutil>=2.6,<3.0 " ,
22+ " python-dateutil>=2.6" ,
2323 " tzdata>=2020.1" ,
24- ' backports.zoneinfo>=0.2.1,<0.3.0; python_version >= "3.7" and python_version < "3.9"' ,
25- ' time-machine>=2.6.0,<3.0.0 ; implementation_name != "pypy"' ,
26- ' importlib-resources>=5.9.0,<6.0.0; python_version >= "3.7" and python_version < "3.9"'
24+ ' backports.zoneinfo>=0.2.1; python_version < "3.9"' ,
25+ ' time-machine>=2.6.0; implementation_name != "pypy"' ,
26+ ' importlib-resources>=5.9.0; python_version < "3.9"'
2727]
2828
2929[project .urls ]
@@ -47,11 +47,11 @@ keywords = ['datetime', 'date', 'time']
4747
4848[tool .poetry .dependencies ]
4949python = " >=3.8"
50- python-dateutil = " ^ 2.6"
51- "backports.zoneinfo" = { version = " ^ 0.2.1" , python = " <3.9" }
52- time-machine = { version = " ^ 2.6.0" , markers = " implementation_name != 'pypy'" }
50+ python-dateutil = " >= 2.6"
51+ "backports.zoneinfo" = { version = " >= 0.2.1" , python = " <3.9" }
52+ time-machine = { version = " >= 2.6.0" , markers = " implementation_name != 'pypy'" }
5353tzdata = " >=2020.1"
54- importlib-resources = { version = " ^ 5.9.0" , python = " <3.9" }
54+ importlib-resources = { version = " >= 5.9.0" , python = " <3.9" }
5555
5656[tool .poetry .group .test .dependencies ]
5757pytest = " ^7.1.2"
0 commit comments