Skip to content

Commit 81daa0d

Browse files
stolleroauvipy
authored andcommitted
Do not pin package tzdata anymore
tzdata is a timezone database that should always be upgradeable, otherwise other projects will run into dependency conflicts
1 parent f224000 commit 81daa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
amqp>=5.1.1,<6.0.0
22
vine==5.1.0
33
backports.zoneinfo[tzdata]>=0.2.1; python_version<"3.9"
4-
tzdata==2025.2; python_version>="3.9"
4+
tzdata>=2025.2; python_version>="3.9"

0 commit comments

Comments
 (0)