From 4de44ae417d104e12896ddb95b91eb3d1e1c7e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 06:32:20 +0000 Subject: [PATCH] Update simplejson requirement from 3.17.0 to 3.17.6 Updates the requirements on [simplejson](https://github.com/simplejson/simplejson) to permit the latest version. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.17.0...v3.17.6) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 687c32c..5ad4d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ python-twitter = "3.4.1" pytz = "2019.3" requests = "2.25.1" screeninfo = "0.7" -simplejson = "3.17.0" +simplejson = "3.17.6" tzlocal = "2.1b1" urllib3 = "1.22" websocket-client = "0.57.0"