Skip to content

Commit 17081b1

Browse files
authored
fix(deps): Update dependency pytz to v2024 (#154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pytz](http://pythonhosted.org/pytz) | major | `==2023.4` -> `==2024.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 484cd03 commit 17081b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pyarrow==15.0.2",
2727
"pytest==8.1.1",
2828
"python-dateutil==2.9.0.post0",
29-
"pytz==2023.4",
29+
"pytz==2024.1",
3030
"six==1.16.0",
3131
"structlog==23.3.0",
3232
"tomli==2.0.1",

0 commit comments

Comments
 (0)