From 98d3e5554a7b2aa1c563892c5a5f2892e3d64f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:51:36 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.9.0 in /core Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 0c03f99..6c6ee5f 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -4,6 +4,6 @@ numpy==2.0.1 pandas==2.2.2 passlib==1.7.4 pydantic==2.8.2 -PyJWT==2.8.0 +PyJWT==2.9.0 scikit-learn==1.5.1 uvicorn[standard]==0.30.5 \ No newline at end of file