Skip to content

Commit

Permalink
Bump requests from 2.27.1 to 2.31.0 in /etc/generic (#3156)
Browse files Browse the repository at this point in the history
* Bump requests from 2.27.1 to 2.31.0 in /etc/generic

Bumps [requests](https://github.com/psf/requests) from 2.27.1 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.27.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Updating requests >= 2.31 on pyproject.toml (#3161)

Signed-off-by: Fellipe Resende <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Fellipe Resende <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fellipe Resende <[email protected]>
  • Loading branch information
dependabot[bot] and fresende authored Jun 19, 2023
1 parent 9ebf8d6 commit 3c27ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/generic/requirements-elyra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nbformat==5.4.0
papermill==2.3.4
pyzmq==24.0.1
prompt-toolkit==3.0.30
requests==2.27.1
requests==2.31.0
tornado==6.3.2
traitlets==5.1.1
urllib3==1.26.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"papermill>=2.3.4",
"python-lsp-server[all]>=1.1.0",
"pyyaml>=5.3.1",
"requests>=2.25.1",
"requests>=2.31",
"rfc3986-validator>=0.1.1",
"tornado>=6.1.0",
"traitlets>=4.3.2",
Expand Down

0 comments on commit 3c27ada

Please sign in to comment.