Skip to content

Commit 188c452

Browse files
Bump version 6.5.3 (#635)
1 parent 2078acf commit 188c452

File tree

7 files changed

+37
-36
lines changed

7 files changed

+37
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased]
7+
## [6.5.3] - 2022-03-28
88

99
### Fixed
1010

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

1515
### Security
1616

17-
- hasura: Forbid using Hasura instances affected by [GHSA-c9rw-rw2f-mj4x](https://github.com/hasura/graphql-engine/security/advisories/GHSA-c9rw-rw2f-mj4x)
18-
19-
### Other
20-
21-
- deps: Updated pydantic to 1.10.7
17+
- hasura: Forbid using Hasura instances affected by [GHSA-c9rw-rw2f-mj4x](https://github.com/hasura/graphql-engine/security/advisories/GHSA-c9rw-rw2f-mj4x).
2218

2319
## [6.5.2] - 2023-03-09
2420

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

977973
<!-- Versions -->
978-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.2...HEAD
974+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.5.3...HEAD
975+
[6.5.3]: https://github.com/dipdup-io/dipdup/compare/6.5.2...6.5.3
979976
[6.5.2]: https://github.com/dipdup-io/dipdup/compare/6.5.1...6.5.2
980977
[6.5.1]: https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
981978
[6.5.0]: https://github.com/dipdup-io/dipdup/compare/6.4.3...6.5.0

poetry.lock

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "6.5.2"
4+
version = "6.5.3"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",

requirements.dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
7878
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
7979
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
8080
ruff==0.0.259 ; python_version >= "3.10" and python_version < "3.11"
81-
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
82-
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
81+
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
82+
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
8383
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
8484
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
8585
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -98,8 +98,8 @@ toml==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
9898
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
9999
tortoise-orm==0.19.3 ; python_version >= "3.10" and python_version < "3.11"
100100
typed-ast==1.5.4 ; python_version >= "3.10" and python_version < "3.11"
101-
types-pytz==2023.2.0.0 ; python_version >= "3.10" and python_version < "3.11"
102-
types-tabulate==0.9.0.1 ; python_version >= "3.10" and python_version < "3.11"
101+
types-pytz==2023.2.0.1 ; python_version >= "3.10" and python_version < "3.11"
102+
types-tabulate==0.9.0.2 ; python_version >= "3.10" and python_version < "3.11"
103103
typing-extensions==4.5.0 ; python_version >= "3.10" and python_version < "3.11"
104104
tzdata==2023.2 ; python_version >= "3.10" and python_version < "3.11"
105105
tzlocal==4.3 ; python_version >= "3.10" and python_version < "3.11"

requirements.pytezos.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python
131131
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
132132
secp256k1==0.14.0 ; python_version >= "3.10" and python_version < "3.11"
133133
send2trash==1.8.0 ; python_version >= "3.10" and python_version < "3.11"
134-
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
135-
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
134+
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
135+
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
136136
simple-bson==0.0.3 ; python_version >= "3.10" and python_version < "3.11"
137137
simplejson==3.18.4 ; python_version >= "3.10" and python_version < "3.11"
138138
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
@@ -159,7 +159,7 @@ tzlocal==4.3 ; python_version >= "3.10" and python_version < "3.11"
159159
uri-template==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
160160
urllib3==1.26.15 ; python_version >= "3.10" and python_version < "3.11"
161161
wcwidth==0.2.6 ; python_version >= "3.10" and python_version < "3.11"
162-
webcolors==1.12 ; python_version >= "3.10" and python_version < "3.11"
162+
webcolors==1.13 ; python_version >= "3.10" and python_version < "3.11"
163163
webencodings==0.5.1 ; python_version >= "3.10" and python_version < "3.11"
164164
websocket-client==1.5.1 ; python_version >= "3.10" and python_version < "3.11"
165165
websockets==10.3 ; python_version >= "3.10" and python_version < "3.11"

requirements.slim.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pytz-deprecation-shim==0.1.0.post0 ; python_version >= "3.10" and python_version
2727
pytz==2023.2 ; python_version >= "3.10" and python_version < "3.11"
2828
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
2929
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
30-
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
31-
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
30+
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
31+
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
3232
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
3333
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
3434
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "3.11"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11"
5656
requests==2.28.2 ; python_version >= "3.10" and python_version < "3.11"
5757
ruamel-yaml-clib==0.2.7 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
5858
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "3.11"
59-
sentry-sdk==1.17.0 ; python_version >= "3.10" and python_version < "3.11"
60-
setuptools==67.6.0 ; python_version >= "3.10" and python_version < "3.11"
59+
sentry-sdk==1.18.0 ; python_version >= "3.10" and python_version < "3.11"
60+
setuptools==67.6.1 ; python_version >= "3.10" and python_version < "3.11"
6161
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
6262
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
6363
sqlparse==0.4.3 ; python_version >= "3.10" and python_version < "3.11"

0 commit comments

Comments
 (0)