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 requests from 2.28.2 to 2.31.0 in /docs/.sphinx #172

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2023

Bumps requests from 2.28.2 to 2.31.0.

Release notes

Sourced from requests's releases.

v2.31.0

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

v2.30.0

2.30.0 (2023-05-03)

Dependencies

v2.29.0

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)
Changelog

Sourced from requests's changelog.

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

2.30.0 (2023-05-03)

Dependencies

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)
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 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2023
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/docs/dot-sphinx/requests-2.31.0 branch from 78e1464 to 0edbbd4 Compare May 24, 2023 15:31
@ntrost57 ntrost57 closed this Jun 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/docs/dot-sphinx/requests-2.31.0 branch June 1, 2023 07:05
ROCmMathLibrariesBot pushed a commit that referenced this pull request Nov 21, 2023
* PMIS MPI support (#100)

* mpi to hip backend

* MPI enablement for PMIS

* MPI RS example

* clang-format

* example

* fix

* global Ext+I interpolation (#112)

* unused function

* Added PM as argument for aggregation function

* added pm for each level to MG class

* Added PM as argument for aggregation function #2

* Added PM as argument for aggregation function #3

* RS Ext+I added to global matrix

* modified example to dump some data for validation - work in progress

* RS Ext+I function added to headers

* RS Ext+I HIP implementation

* RS Ext+I host implementation

* Improved PM

* global Ext+I kernel update

* some multinode improvements (#118)

* added some more useful guards to parallel manager

* added CopyFromHostData, CopyToHostData, ExclusiveSum and Sort functionality for vector class ; moved boundary information from vector to matrix ; added GetFormat() to GlobalMatrix class

* clang-format

* P and R should be OperatorType, not LocalMatrix

* clang-format

* check if PM is valid when required

* added extra function for triple matrix product for simplicity

* clang-format

* clang-format

* skip free when ptr is nullptr

* fix memory leak in BaseAMG class

* rocsparse_csrgeam added

* renamed csr ext+i kernel because it is generally usable

* allowing CSR zero matrices with row_offset != nullptr, as well as zero vectors with size == 0

* clang-format

* duplicated row column entries throw a warning

* copy_x2x() functions added for readability and simplicity

* search and replace memcpy with copy fct

* search and replace memcpy with copy fct #2 ; fix for random csr generator to not generate duplicated row col entries

* clang-format

* fixes

* those asserts are wrong

* major version bump

* OpenMP parallel loop threshold need to be int64_t in order to work with larger structures

* Allow basic structures with 64bit entries, e.g. for global indices

* nnz should be 64bit ; also restructured RSAMG for readability

* vector size need to be 64bit locally - also added inclusive and exclusive sum functionality

* 64bit sizes for stencils

* host vector implementation changes for 64bit sizes and in/exclusive sum ; host I/O changed to always write 64bit sizes

* host stencil 64bit changes

* max residual index changed to 64bit accordingly

* solvers adjusted for 64bit nnz

* int64_t to double conversion

* allocation size should always be 64bit ; also added copy_h2h() for simplicity

* long and long long communication support added

* cleaned up types ; IndexType2 was a stupid name anyway

* removed deprecations (major release); enabled global structure support in RSAMG

* major changes to PM; added guards for transfers; removed deprecations; fixed int overflows; functionality to generate a PM from global ghost column ids, and a parent PM

* matrix conversions 64bit nnz support with guards

* host matrix I/O changed to always write 64bit sizes ; backward compatible

* host matrix implementations changed to 64bit nnz

* RSAMG restructured - global communication should not happen in local implementations ; switched to 64bit sizes

* host CSR matrix implementation

* hip implementation ; added copy_d2h/h2d/d2d for simplicity, with async flag

* adjusted unit tests to removed deprecated functions

* RSAMG MPI example updated

* fixed sanity assert

* doc update

* example should work with only 1 process

* global routines should work with single process

* global transpose operator

* using copy_h2h()

* _rocalution_sync should force a global barrier, too

* improved asynchronous apply / comm / halo apply

* accelerator must be available for pinned alloc/free

* fixing few compiler warnings

* readability

* removed the flood of printf on multi gpu systems

* adjusted openmp nested (deprecation) to v5.0

* weak scaling examples

* distributed laplacian generator

* updated rsamg example

* updated rsamg mpi example

* should use OperatorType, nothing else

* fixed RSDirectInterpolation(); fixed const PM issue

* updated unit tests

* types.hpp generated by cmake ; CSR(64/32) added on host ; moved RSPMIS communication into global matrix class

* removed old types.hpp

* initial implementation for unordered set and map on hip backend

* outsourced RSAMG to improve compilation performance; added async communication for multinode; moved multinode rspmis into globalmatrix; outsourced atomics

* clang-format

* fix for streams when not building for mpi

* SA amg merge fix

* fixed missing shared memory size

* clang-format

* clang-format

* typo

* clang format

* add blockdim to UAAMG benchmark

* adjusting unit tests for removed deprecated functions

* clang format

* test fix

* clang-format

* std::sort required algorithm header

* fixing merge error

* merge fix #2

* header cleaned up

* header cleaned up #2

* fix issue with HIP not being found

* free_pinned() does nothing on nullptr

* global triple matrix product

* proper error message when coarsening fails

* fixed a bug in global triplematrixproduct

* fixed a typo

* fixed compilation issue when HIP=off

* fixes COO and CSR conversions on both host and device, and ELL on host only (#211)

* empty matrix conversion fix

* host fallback fix for rsamg and triplematprod

* Fix documentation failures (#214)

Co-authored-by: jsandham <james.sandham@amd.com>

* Add Smoothed Aggregation to amgmpi branch (#213)

* Adding global aggregation to SAAMG (#166)

Co-authored-by: jsandham <james.sandham@amd.com>

* Add MPI support for global prolongation to SAAMG (#171)

Co-authored-by: jsandham <james.sandham@amd.com>

* Add MPI support for SAAMG global transpose (#172)

* Add MPI support for SAAMG global transpose

* Fix failures in greedy aggregation caused by unfilled aggregate_root_nodes array

---------

Co-authored-by: jsandham <james.sandham@amd.com>

* Add MPI unsmoothed aggregation (#174)

Co-authored-by: jsandham <james.sandham@amd.com>

* Adding debug printing to test triple product

* Adding debug print statements for testing

* Adding more debug printing

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Fix floating point fault caused by division by zero

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Testing

* Fix failures in local matrix when max_nnz_per_row is too high

* Testing

* Fix bug where we were not using a large enough hash table size

* Fix discrepency in host and hip assert in ExtractSubMatrix

* Fixing hangs in multinode hip backend

* Fix RSAMG documentation warnings

* Testing MPI uaamg

* Fix testing_local_matrix failure

* Remove comments and temporary testing code

* PR fixes

* PR fixes

* PR fixes

* Clang formatting

---------

Co-authored-by: jsandham <james.sandham@amd.com>

* removed unused variables

* Add back functions that cannot be removed until next major release (#216)

Co-authored-by: jsandham <james.sandham@amd.com>

* fix for very large sizes where local ext matrix exceeds int32

* Remove print statements from saamg testing file

---------

Co-authored-by: James Sandham <33790278+jsandham@users.noreply.github.com>
Co-authored-by: jsandham <james.sandham@amd.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant