From 305a3cdbb21627e58dd5ec83e78d5f055237b047 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 13 Aug 2023 23:47:35 +1000
Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.8.0 (#61)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.1 to 2.8.0.
Sourced from pyjwt's
releases. Full Changelog: https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0 ... (truncated) Sourced from pyjwt's
changelog. Changed Fixed Changed
Release notes
2.8.0
What's Changed
@daviddavis
in jpadilla/pyjwt#887@pre-commit-ci
in jpadilla/pyjwt#889@juur
in jpadilla/pyjwt#891@pre-commit-ci
in jpadilla/pyjwt#896@pre-commit-ci
in jpadilla/pyjwt#898@pre-commit-ci
in jpadilla/pyjwt#900@auvipy
in jpadilla/pyjwt#895strict_aud
option by @woodruffw
in jpadilla/pyjwt#902New Contributors
@juur
made their
first contribution in jpadilla/pyjwt#8912.7.0
What's Changed
@eseifert
in jpadilla/pyjwt#818Algorithm.compute_hash_digest
and use it to
implement at_hash validation example by @sirosen
in jpadilla/pyjwt#775@daillouf
in
jpadilla/pyjwt#821@pre-commit-ci
in jpadilla/pyjwt#825@thundercat1
in
jpadilla/pyjwt#823@pre-commit-ci
in jpadilla/pyjwt#828@pre-commit-ci
in jpadilla/pyjwt#833@pre-commit-ci
in jpadilla/pyjwt#835@akx
in jpadilla/pyjwt#829sort_headers
parameter to
api_jwt.encode
by @evroon
in jpadilla/pyjwt#832@akx
in jpadilla/pyjwt#830@dependabot
in jpadilla/pyjwt#840@pre-commit-ci
in jpadilla/pyjwt#838@Viicos
in jpadilla/pyjwt#843@irdkwmnsb
in jpadilla/pyjwt#809_validate_iat
validation by @Viicos
in jpadilla/pyjwt#847@Viicos
in jpadilla/pyjwt#846@pre-commit-ci
in jpadilla/pyjwt#852@pre-commit-ci
in jpadilla/pyjwt#855@pre-commit-ci
in jpadilla/pyjwt#859Algorithm
an abstract base class by @Viicos
in jpadilla/pyjwt#845@gbillig
in jpadilla/pyjwt#866@pre-commit-ci
in jpadilla/pyjwt#868@dependabot
in jpadilla/pyjwt#872@pre-commit-ci
in jpadilla/pyjwt#874@daviddavis
in jpadilla/pyjwt#875@daviddavis
in jpadilla/pyjwt#876@Viicos
in jpadilla/pyjwt#873@pre-commit-ci
in jpadilla/pyjwt#878@jpadilla
in jpadilla/pyjwt#884@timw6n
in jpadilla/pyjwt#863as_dict
option to Algorithm.to_jwk
by
@fluxth
in jpadilla/pyjwt#881Changelog
v2.8.0
<https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0>
__
- Update python version test matrix by @auvipy in
`[#895](https://github.com/jpadilla/pyjwt/issues/895)
<https://github.com/jpadilla/pyjwt/pull/895>`__
Added
strict_aud
as an option to jwt.decode
by @woodruffw
in [#902](https://github.com/jpadilla/pyjwt/issues/902)
<https://github.com/jpadilla/pyjwt/pull/902>
__@daviddavis
in
[#887](https://github.com/jpadilla/pyjwt/issues/887)
<https://github.com/jpadilla/pyjwt/pull/887>
__@juur
in
[#891](https://github.com/jpadilla/pyjwt/issues/891)
<https://github.com/jpadilla/pyjwt/pull/891>
__v2.7.0
<https://github.com/jpadilla/pyjwt/compare/2.6.0...2.7.0>
__
@irdkwmnsb
[#809](https://github.com/jpadilla/pyjwt/issues/809)
<https://github.com/jpadilla/pyjwt/pull/809>
__@Viicos
in
[#846](https://github.com/jpadilla/pyjwt/issues/846)
<https://github.com/jpadilla/pyjwt/pull/846>
__Algorithm
an abstract base class by @Viicos
in
[#845](https://github.com/jpadilla/pyjwt/issues/845)
<https://github.com/jpadilla/pyjwt/pull/845>
__@timw6n
in
[#863](https://github.com/jpadilla/pyjwt/issues/863)
<https://github.com/jpadilla/pyjwt/pull/863>
__Fixed
- Add classifier for Python 3.11 by @eseifert in
`[#818](https://github.com/jpadilla/pyjwt/issues/818)
<https://github.com/jpadilla/pyjwt/pull/818>`__
- Fix ``_validate_iat`` validation by @Viicos in
`[#847](https://github.com/jpadilla/pyjwt/issues/847)
<https://github.com/jpadilla/pyjwt/pull/847>`__
- fix: use datetime.datetime.timestamp function to have a milliseconds
by @daillouf `[#821](https://github.com/jpadilla/pyjwt/issues/821)
<https://github.com/jpadilla/pyjwt/pull/821>`__
- docs: correct mistake in the changelog about verify param by @gbillig
in `[#866](https://github.com/jpadilla/pyjwt/issues/866)
<https://github.com/jpadilla/pyjwt/pull/866>`__
Added
compute_hash_digest
as a method of
Algorithm
objects, which uses
the underlying hash algorithm to compute a digest. If there is no
appropriate
hash algorithm, a NotImplementedError
will be raised in
[#775](https://github.com/jpadilla/pyjwt/issues/775)
<https://github.com/jpadilla/pyjwt/pull/775>
__headers
argument to
PyJWKClient
. If provided, the headers
will be included in requests that the client uses when fetching the JWK
set by @thundercat1
in
[#823](https://github.com/jpadilla/pyjwt/issues/823)
<https://github.com/jpadilla/pyjwt/pull/823>
__@akx
in
[#829](https://github.com/jpadilla/pyjwt/issues/829)
<https://github.com/jpadilla/pyjwt/pull/829>
__sort_headers
parameter to
api_jwt.encode
by @evroon
in
[#832](https://github.com/jpadilla/pyjwt/issues/832)
<https://github.com/jpadilla/pyjwt/pull/832>
__@akx
in
[#830](https://github.com/jpadilla/pyjwt/issues/830)
<https://github.com/jpadilla/pyjwt/pull/830>
__@Viicos
in
[#843](https://github.com/jpadilla/pyjwt/issues/843)
<https://github.com/jpadilla/pyjwt/pull/843>
__@daviddavis
in
[#875](https://github.com/jpadilla/pyjwt/issues/875)
<https://github.com/jpadilla/pyjwt/pull/875>
__... (truncated)
72ad55f
bump version22ba132
api_jwt: add a strict_aud
option (#902)6db5df7
Update python version (#895)6e70276
[pre-commit.ci] pre-commit autoupdate (#900)ea35155
[pre-commit.ci] pre-commit autoupdate (#898)faeae6e
[pre-commit.ci] pre-commit autoupdate (#896)6cef6f2
Patch 1 (#891)7f07d50
[pre-commit.ci] pre-commit autoupdate (#889)1c27281
Export PyJWKClientConnectionError class (#887)d7c54db
chore: update readme