Skip to content

Commit

Permalink
fix(deps): Update dependency typing_extensions to v4.8.0 (#124)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [typing_extensions](https://togithub.com/python/typing_extensions) ([changelog](https://togithub.com/python/typing_extensions/blob/main/CHANGELOG.md)) | minor | `==4.7.1` -> `==4.8.0` |

---

### Release Notes

<details>
<summary>python/typing_extensions (typing_extensions)</summary>

### [`v4.8.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-480-September-17-2023)

[Compare Source](https://togithub.com/python/typing_extensions/compare/4.7.1...4.8.0)

No changes since 4.8.0rc1.

</details>

---

### 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 45fa46b commit 07c0959
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 @@ -16,5 +16,5 @@ python-dotenv==1.0.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16
2 changes: 1 addition & 1 deletion aws/foundational_security/snowflake/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ pytz==2023.3.post1
requests==2.31.0
snowflake-connector-python==3.2.0
sortedcontainers==2.4.0
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16

0 comments on commit 07c0959

Please sign in to comment.