We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f420b8a commit 736a79fCopy full SHA for 736a79f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Version 1.3.1
4
+
5
+### Changed
6
7
+* Switched to version 2.4.0 of PyJWT as recommended by https://nvd.nist.gov/vuln/detail/CVE-2022-29217
8
9
## Version 1.3
10
11
### Changed
requirements.txt
@@ -8,7 +8,7 @@ python-dotenv~=0.19.0
setuptools_scm~=6.2
invoke~=1.6.0
pylint~=2.11.1
-PyJWT~=2.3.0
+PyJWT~=2.4.0
12
cachetools~=5.0.0
13
inputimeout~=1.0.4
14
-flask~=2.0.2
+flask~=2.0.2
0 commit comments