Skip to content

Commit

Permalink
Bump jsonschema from 3.2.0 to 4.19.1
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.19.1.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v3.2.0...v4.19.1)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent da64a10 commit e529275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
url="https://github.com/transferwise/pipelinewise-singer-python",
install_requires=[
'pytz',
'jsonschema==3.2.0',
'jsonschema==4.19.1',
'orjson==3.7.2',
'python-dateutil>=2.6.0',
'backoff==2.1.2',
Expand Down

0 comments on commit e529275

Please sign in to comment.