From 26aaec771f317448eed7f1e157c96f337f88ed1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:43:42 +0000 Subject: [PATCH] Bump requests in /examples/django-encryption-example Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.29.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.29.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/django-encryption-example/poetry.lock | 12 ++++++------ examples/django-encryption-example/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/django-encryption-example/poetry.lock b/examples/django-encryption-example/poetry.lock index c2bebca..bcfd8de 100644 --- a/examples/django-encryption-example/poetry.lock +++ b/examples/django-encryption-example/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -782,14 +782,14 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.29.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.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, + {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, ] [package.dependencies] @@ -1002,4 +1002,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "83c08810b4822895144f2ea1e22156c19b1fe00fe2d4a070f18ef60c66d1743f" +content-hash = "c9638251b31b870cbda8b28269bd6cf8b2b6d73986bcf1e3c7c3b2d6968616d6" diff --git a/examples/django-encryption-example/pyproject.toml b/examples/django-encryption-example/pyproject.toml index 316c8ef..970c3e4 100644 --- a/examples/django-encryption-example/pyproject.toml +++ b/examples/django-encryption-example/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = ">=3.8,<4.0" Django = "^4.1.7" django-rest-framework = "^0.1.0" -requests = "^2.28.2" +requests = "^2.29.0" Markdown = "^3.4.1" django-filter = "^22.1" mypy = "^1.0.1"