Skip to content

Commit

Permalink
Bump version 6.5.3 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Mar 28, 2023
1 parent 2078acf commit 188c452
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 36 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]
## [6.5.3] - 2022-03-28

### Fixed

- config: Fixed crash when `token_transfer` index has `from` or `to` filter.
- cli: Don't enforce logging `DeprecationWarning` warnings.
- cli: Fixed `BrokenPipeError` messages when interrupting with DipDup with SIGINT.
- config: Fixed crash when `token_transfer` index has `from` or `to` filter.

### Security

- hasura: Forbid using Hasura instances affected by [GHSA-c9rw-rw2f-mj4x](https://github.com/hasura/graphql-engine/security/advisories/GHSA-c9rw-rw2f-mj4x)

### Other

- deps: Updated pydantic to 1.10.7
- hasura: Forbid using Hasura instances affected by [GHSA-c9rw-rw2f-mj4x](https://github.com/hasura/graphql-engine/security/advisories/GHSA-c9rw-rw2f-mj4x).

## [6.5.2] - 2023-03-09

Expand Down Expand Up @@ -975,7 +971,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.2...HEAD
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.3...HEAD
[6.5.3]: https://github.com/dipdup-io/dipdup/compare/6.5.2...6.5.3
[6.5.2]: https://github.com/dipdup-io/dipdup/compare/6.5.1...6.5.2
[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
[6.5.0]: https://github.com/dipdup-io/dipdup/compare/6.4.3...6.5.0
Expand Down
36 changes: 20 additions & 16 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
@@ -1,7 +1,7 @@
[tool.poetry]
name = "dipdup"
description = "Modular framework for creating selective indexers and featureful backends for dapps"
version = "6.5.2"
version = "6.5.3"
license = "MIT"
authors = [
"Lev Gorodetskiy <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
ruff==0.0.259 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -98,8 +98,8 @@ toml==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
tortoise-orm==0.19.3 ; python_version >= "3.10" and python_version < "3.11"
typed-ast==1.5.4 ; python_version >= "3.10" and python_version < "3.11"
types-pytz==2023.2.0.0 ; python_version >= "3.10" and python_version < "3.11"
types-tabulate==0.9.0.1 ; python_version >= "3.10" and python_version < "3.11"
types-pytz==2023.2.0.1 ; python_version >= "3.10" and python_version < "3.11"
types-tabulate==0.9.0.2 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.5.0 ; python_version >= "3.10" and python_version < "3.11"
tzdata==2023.2 ; python_version >= "3.10" and python_version < "3.11"
tzlocal==4.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
6 changes: 3 additions & 3 deletions requirements.pytezos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
secp256k1==0.14.0 ; python_version >= "3.10" and python_version < "3.11"
send2trash==1.8.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
simple-bson==0.0.3 ; python_version >= "3.10" and python_version < "3.11"
simplejson==3.18.4 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
Expand All @@ -159,7 +159,7 @@ tzlocal==4.3 ; python_version >= "3.10" and python_version < "3.11"
uri-template==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
urllib3==1.26.15 ; python_version >= "3.10" and python_version < "3.11"
wcwidth==0.2.6 ; python_version >= "3.10" and python_version < "3.11"
webcolors==1.12 ; python_version >= "3.10" and python_version < "3.11"
webcolors==1.13 ; python_version >= "3.10" and python_version < "3.11"
webencodings==0.5.1 ; python_version >= "3.10" and python_version < "3.11"
websocket-client==1.5.1 ; python_version >= "3.10" and python_version < "3.11"
websockets==10.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
4 changes: 2 additions & 2 deletions requirements.slim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.10" and python_version
pytz==2023.2 ; python_version >= "3.10" and python_version < "3.11"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "3.11"
Expand Down

0 comments on commit 188c452

Please sign in to comment.