Skip to content

Commit

Permalink
Merge branch '396-vulnerability-in-pyjwt-dependency' into 'main'
Browse files Browse the repository at this point in the history
chore: Bump PyJWT to ~=2.4

Closes #396

See merge request meltano/sdk!302
  • Loading branch information
edgarrmondragon committed May 26, 2022
2 parents 1576b5c + 7f459c1 commit 913ede0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- Tap SDK: Bump minimum version of `PyJWT to `2.4` ([#396](https://gitlab.com/meltano/sdk/-/issues/396), [!302](https://gitlab.com/meltano/sdk/-/merge_requests/302)).

### Fixes

### Breaks
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipelinewise-singer-python = "1.2.0"
backoff = ">=1.8.0,<2.0"
pendulum = "^2.1.0"
click = "~=8.0"
PyJWT = "~=2.3"
PyJWT = "~=2.4"
requests = "^2.25.1"
cryptography = "^3.4.6"
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
Expand Down

0 comments on commit 913ede0

Please # to comment.