Skip to content

Commit

Permalink
chore: remove pin in requirements as support for python 3.7 was dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed Jan 2, 2024
1 parent 63d51fa commit 70579d6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile -r requirements.in
# pip-compile requirements.in
#
holidays<0.28 ; python_version < "3.8"
holidays>=0.28 ; python_version >= "3.8"
# via
# -r requirements.in
holidays==0.40
# via -r requirements.in
python-dateutil==2.8.2
# via
# -r requirements.in
Expand Down

0 comments on commit 70579d6

Please sign in to comment.