Skip to content

Commit 2ad07fe

Browse files
authored
fix(deps): Update dependency pytz to v2025.2 (#317)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytz](http://pythonhosted.org/pytz) | minor | `==2025.1` -> `==2025.2` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 990f695 commit 2ad07fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pyarrow==19.0.1",
2727
"pytest==8.4.1",
2828
"python-dateutil>=2.8.1",
29-
"pytz==2025.1",
29+
"pytz==2025.2",
3030
"six==1.17.0",
3131
"structlog==25.1.0",
3232
"tomli==2.2.1",

0 commit comments

Comments
 (0)