diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-23 06:16:45 +0000 |
---|---|---|
committer | Håkon Solbjørg <hakon@solbj.org> | 2023-05-23 16:23:25 +0200 |
commit | 29c0f786f83876022da8640ca7e6801214a3435a (patch) | |
tree | 294f644b0c67825cef0e0c5807a7869cca27ba41 | |
parent | 67dd79008f92fde1de30b398333284a765620c2b (diff) |
Bump requests from 2.28.2 to 2.31.0 in /tools/koblingsplan
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](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | tools/koblingsplan/poetry.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/koblingsplan/poetry.lock b/tools/koblingsplan/poetry.lock index c025c34..c0ef91f 100644 --- a/tools/koblingsplan/poetry.lock +++ b/tools/koblingsplan/poetry.lock @@ -189,21 +189,21 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.31.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, + {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, ] [package.dependencies] certifi = ">=2017.4.17" charset-normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<1.27" +urllib3 = ">=1.21.1,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] |