Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 2.2.1 to 2.2.2 #1753

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps urllib3 from 2.2.1 to 2.2.2.

Release notes

Sourced from urllib3's releases.

2.2.2

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. (#3122)
  • Fixed return types representing copying actions to use typing.Self. (#3363)

Full Changelog: urllib3/urllib3@2.2.1...2.2.2

Changelog

Sourced from urllib3's changelog.

2.2.2 (2024-06-17)

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. ([#3122](https://github.com/urllib3/urllib3/issues/3122) <https://github.com/urllib3/urllib3/issues/3122>__)
  • Fixed return types representing copying actions to use typing.Self. ([#3363](https://github.com/urllib3/urllib3/issues/3363) <https://github.com/urllib3/urllib3/issues/3363>__)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 14, 2024
@SachidanandAlle SachidanandAlle enabled auto-merge (squash) October 14, 2024 14:12
@SachidanandAlle SachidanandAlle merged commit e7ccc68 into main Oct 14, 2024
22 checks passed
@SachidanandAlle SachidanandAlle deleted the dependabot/pip/urllib3-2.2.2 branch October 14, 2024 14:20
KumoLiu pushed a commit that referenced this pull request Oct 29, 2024
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
SachidanandAlle added a commit that referenced this pull request Nov 21, 2024
* fix ignite-info issue

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* update monai version

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* revert version change

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* temp fix

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* minor fix

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* minor fix

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* update to 3.9 and drop 3.8

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* [pre-commit.ci] pre-commit autoupdate (#1716)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.1](pre-commit/mirrors-mypy@v1.9.0...v1.10.1)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Bump urllib3 from 2.2.1 to 2.2.2 (#1753)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Bump requests from 2.31.0 to 2.32.2 (#1754)

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* ENH: Allow newer version of dependencies (#1748)

Pinning basic packages such as "requests" to a specific patch level release such "2.31.0" is too strict. New releases and especially new patch releases allow to use latest security updates of various packages.

Signed-off-by: James Butler <james.butler@revvity.com>
Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Release 0.8.4 checks and updates (#1757)

* Release 0.8.4 checks and updates

Signed-off-by: tangy5 <yuchengt@nvidia.com>

* Trigger monai container update

Signed-off-by: tangy5 <yuchengt@nvidia.com>

* Drop python 3.8

Signed-off-by: tangy5 <yuchengt@nvidia.com>

* Drop python 3.8

Signed-off-by: tangy5 <yuchengt@nvidia.com>

---------

Signed-off-by: tangy5 <yuchengt@nvidia.com>
Co-authored-by: tangy5 <yuchengt@nvidia.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Add MITK as supported platform (#1759)

Signed-off-by: Ashis Ravindran <ashis.ravindran@dkfz-heidelberg.de>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Add MITK to installation docs (#1761)

* Add MITK as supported platform

Signed-off-by: Ashis Ravindran <ashis.ravindran@dkfz-heidelberg.de>

* Update link to MONAI Label repo

Signed-off-by: Ashis Ravindran <ashis.ravindran@dkfz-heidelberg.de>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Ashis Ravindran <ashis.ravindran@dkfz-heidelberg.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* fix(mode): no need to initialize toolbar service (#1763)

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* BUG: Fix traceback in restored transform (#1766)

Using transforms from MONAI and MONAILabel can result in metadata containing torch.tensors and torch.Sizes. This change fixes a traceback in the restored transform resulting from an incompatibility between torch datatypes and numpy.any().
Signed-off-by: Thomas Kierski <thomas.kierski@revvity.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* Revert "update to 3.9 and drop 3.8"

This reverts commit 8ced475.

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* revert

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* revert

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

* revert

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>

---------

Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: James Butler <james.butler@revvity.com>
Signed-off-by: tangy5 <yuchengt@nvidia.com>
Signed-off-by: Ashis Ravindran <ashis.ravindran@dkfz-heidelberg.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Butler <jamesobutler@users.noreply.github.com>
Co-authored-by: tangy5 <58751975+tangy5@users.noreply.github.com>
Co-authored-by: tangy5 <yuchengt@nvidia.com>
Co-authored-by: Ashis Ravindran <33703127+ASHISRAVINDRAN@users.noreply.github.com>
Co-authored-by: Alireza <ar.sedghi@gmail.com>
Co-authored-by: Thomas Kierski <54414492+ThomasKierski@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant