diff --git a/changelogs/unreleased/5016-dependabot.yml b/changelogs/unreleased/5016-dependabot.yml new file mode 100644 index 0000000000..a605c7b552 --- /dev/null +++ b/changelogs/unreleased/5016-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pyjwt from 2.5.0 to 2.6.0 +destination-branches: +- master +sections: {} diff --git a/requirements.txt b/requirements.txt index cb2ac7726e..333c7add96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pip==22.3 ply==3.11 pydantic==1.10.2 pyformance==0.4 -PyJWT==2.5.0 +PyJWT==2.6.0 python-dateutil==2.8.2 pyyaml==6.0 setuptools==65.5.0