Skip to content

Commit

Permalink
[Integration][AWS | Azure] - Update dependency aiohttp to v3.11.10 (#…
Browse files Browse the repository at this point in the history
…1221)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [aiohttp](https://redirect.github.com/aio-libs/aiohttp) | `3.11.8` ->
`3.11.10` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.11.8/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.11.8/3.11.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>aio-libs/aiohttp (aiohttp)</summary>

###
[`v3.11.10`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#31110-2024-12-05)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.9...v3.11.10)

\====================

## Bug fixes

- Fixed race condition in :class:`aiohttp.web.FileResponse` that could
have resulted in an incorrect response if the file was replaced on the
file system during `prepare` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`10101`, :issue:`10113`.

- Replaced deprecated call to :func:`mimetypes.guess_type` with
:func:`mimetypes.guess_file_type` when using Python 3.13+ -- by
:user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`10102`.

- Disabled zero copy writes in the `StreamWriter` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`10125`.

***

###
[`v3.11.9`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3119-2024-12-01)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.8...v3.11.9)

\===================

## Bug fixes

- Fixed invalid method logging unexpected being logged at exception
level on subsequent connections -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`10055`, :issue:`10076`.

## Miscellaneous internal changes

- Improved performance of parsing headers when using the C parser -- by
:user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`10073`.

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/port-labs/ocean).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mkarmah <[email protected]>
Co-authored-by: PagesCoffy <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 47aa14e commit 28144ec
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 174 deletions.
8 changes: 8 additions & 0 deletions integrations/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.2.71 (2024-12-16)


### Improvements

- Updated the aiohttp dependency to version 3.11.10, resolving known vulnerability issues with medium severity


## 0.2.70 (2024-12-15)


Expand Down
176 changes: 81 additions & 95 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws"
version = "0.2.70"
version = "0.2.71"
description = "This integration will map all your resources in all the available accounts to your Port entities"
authors = ["Shalev Avhar <[email protected]>", "Erik Zaadi <[email protected]>"]

Expand Down
17 changes: 17 additions & 0 deletions integrations/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- towncrier release notes start -->

## 0.1.115 (2024-12-16)


### Improvements

- Updated the aiohttp dependency to version 3.11.10, resolving known vulnerability issues with medium severity


0.1.114 (2024-12-15)

### Improvements
Expand Down
Loading

0 comments on commit 28144ec

Please sign in to comment.