From 711aba7a81b6880b29fd597bfe2823881275fa04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 06:52:33 +0000 Subject: [PATCH] Bump certifi from 2019.9.11 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.09.11...2022.12.07) --- updated-dependencies: - dependency-name: certifi 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 99dd45f..aa1d861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2019.9.11 +certifi==2022.12.7 chardet==3.0.4 ConfigArgParse==0.15.1 idna==2.8 diff --git a/setup.py b/setup.py index 927efa3..a549690 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def run(self): author_email = EMAIL, requires_python = REQUIRES_PYTHON, keywords = ['TEXT TRANSLATION', 'MACHINE TRANSLATION'], - install_requires=['certifi==2019.9.11', 'chardet==3.0.4', 'ConfigArgParse==0.15.1', 'idna==2.8', + install_requires=['certifi==2022.12.7', 'chardet==3.0.4', 'ConfigArgParse==0.15.1', 'idna==2.8', 'numpy==1.17.4', 'requests==2.22.0', 'sentencepiece==0.1.83', 'six==1.13.0', 'torch==1.3.1', 'torchtext==0.4.0', 'tqdm==4.38.0', 'urllib3==1.25.7', 'onmt==1.0.0'], classifiers=[