From 5d0b01e8344f0792057108b4f7e87e7b0a0ee08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:16:04 +0300 Subject: [PATCH] Bump pycurl from 7.43.0.6 to 7.45.1 in /packaging_automation (#245) Bumps [pycurl](https://github.com/pycurl/pycurl) from 7.43.0.6 to 7.45.1. - [Release notes](https://github.com/pycurl/pycurl/releases) - [Changelog](https://github.com/pycurl/pycurl/blob/master/ChangeLog) - [Commits](https://github.com/pycurl/pycurl/commits) --- updated-dependencies: - dependency-name: pycurl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packaging_automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_automation/requirements.txt b/packaging_automation/requirements.txt index 6aa934ff..1e6b024c 100644 --- a/packaging_automation/requirements.txt +++ b/packaging_automation/requirements.txt @@ -91,7 +91,7 @@ pycodestyle==2.6.0 # prospector pycparser==2.20 # via cffi -pycurl==7.43.0.6 +pycurl==7.45.1 # via -r requirements.in pydocstyle==6.1.1 # via prospector