Skip to content

Commit

Permalink
fix(deps): Update dependency pytz to v2023.3.post1 (#119)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pytz](http://pythonhosted.org/pytz) | patch | `==2023.3` -> `==2023.3.post1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Oct 1, 2023
1 parent 05dbd1d commit 162af6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/cost/postgresql/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pycryptodomex==3.18.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
python-dotenv==1.0.0
pytz==2023.3
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
typing_extensions==4.7.1
Expand Down
2 changes: 1 addition & 1 deletion aws/foundational_security/snowflake/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pycryptodomex==3.18.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
python-dotenv==1.0.0
pytz==2023.3
pytz==2023.3.post1
requests==2.31.0
snowflake-connector-python==3.1.1
sortedcontainers==2.4.0
Expand Down

0 comments on commit 162af6e

Please sign in to comment.