diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a8ed3e59e..4646837df0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: uv directory: / schedule: - interval: weekly - day: wednesday + interval: "daily" + time: "20:00" target-branch: dev - package-ecosystem: github-actions diff --git a/pyproject.toml b/pyproject.toml index 7468e3da88..a898281901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ requires = [ "setuptools>=61", "wheel" ] [project] name = "holidays" +version = "0.88" description = "Open World Holidays Framework" readme = "README.md" keywords = [ "calendar", "holidays", "l10n", "vacation", "worldwide" ] @@ -38,7 +39,6 @@ classifiers = [ "Topic :: Office/Business :: Scheduling", "Topic :: Software Development :: Libraries :: Python Modules", ] -dynamic = [ "version" ] dependencies = [ "python-dateutil>=2.9.0.post0,<3" ] @@ -78,9 +78,6 @@ tests = [ "pytest-xdist>=3.8,<4", ] -[tool.setuptools.dynamic] -version = { attr = "holidays.version.__version__" } - [tool.setuptools.packages.find] include = [ "holidays*" ] diff --git a/uv.lock b/uv.lock index 54f36a92d9..247fe8b552 100644 --- a/uv.lock +++ b/uv.lock @@ -483,6 +483,7 @@ wheels = [ [[package]] name = "holidays" +version = "0.88" source = { editable = "." } dependencies = [ { name = "python-dateutil" }, @@ -1027,7 +1028,7 @@ wheels = [ [[package]] name = "pre-commit" -version = "4.5.0" +version = "4.5.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cfgv" }, @@ -1036,9 +1037,9 @@ dependencies = [ { name = "pyyaml" }, { name = "virtualenv" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f4/9b/6a4ffb4ed980519da959e1cf3122fc6cb41211daa58dbae1c73c0e519a37/pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b", size = 198428, upload-time = "2025-11-22T21:02:42.304Z" } +sdist = { url = "https://files.pythonhosted.org/packages/40/f1/6d86a29246dfd2e9b6237f0b5823717f60cad94d47ddc26afa916d21f525/pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61", size = 198232, upload-time = "2025-12-16T21:14:33.552Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5d/c4/b2d28e9d2edf4f1713eb3c29307f1a63f3d67cf09bdda29715a36a68921a/pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1", size = 226429, upload-time = "2025-11-22T21:02:40.836Z" }, + { url = "https://files.pythonhosted.org/packages/5d/19/fd3ef348460c80af7bb4669ea7926651d1f95c23ff2df18b9d24bab4f3fa/pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77", size = 226437, upload-time = "2025-12-16T21:14:32.409Z" }, ] [[package]]