From 75bdfd082a78f87f9c906b9f6ecdf79381322650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:30:51 +0000 Subject: [PATCH] chore(deps): bump requests from 2.23.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.23.0 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.23.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0890ab5..7811007 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ torch==1.5.0 pyconll==2.2.1 -requests==2.23.0 +requests==2.31.0 pytorch_lightning==0.8.4 \ No newline at end of file diff --git a/setup.py b/setup.py index 9dc1e5e..98bd6c1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description_content_type="text/markdown", url="https://github.com/offerijns/deepmorpheus", packages=["deepmorpheus"], - install_requires=["pyconll==2.2.1", "requests==2.23.0", "pytorch_lightning==0.8.4"], + install_requires=["pyconll==2.2.1", "requests==2.31.0", "pytorch_lightning==0.8.4"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",