From 58167d215a93297b6d5671a49171d760840cf4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:07:31 +0000 Subject: Bump pyjwt from 2.8.0 to 2.9.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0a28945b..90fb72c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ djangorestframework = "3.14.0" gunicorn = "22.0.0" httpx = "0.27.0" markdown = "3.6" -PyJWT = {version = "2.8.0", extras = ["crypto"]} +PyJWT = {version = "2.9.0", extras = ["crypto"]} pymdown-extensions = "10.8.1" python-frontmatter = "1.1.0" pyyaml = "6.0.1" -- cgit v1.2.3