Skip to content

Commit

Permalink
build(deps): bump toolz from 0.11.2 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [toolz](https://github.com/pytoolz/toolz) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/pytoolz/toolz/releases)
- [Changelog](https://github.com/pytoolz/toolz/blob/master/release-notes)
- [Commits](pytoolz/toolz@0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: toolz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SlashGordon committed Nov 23, 2022
1 parent 790e7b3 commit 0ab2e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pycountry==22.3.5
Unidecode==1.3.2
uplink==0.9.7
pytickersymbols>=1.6.0
toolz==0.11.2
toolz==0.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'Unidecode==1.3.2',
'uplink==0.9.7',
'pytickersymbols>=1.6.0',
'toolz==0.11.2'
'toolz==0.12.0'
]

with open('src/pysymbolscanner/__init__.py', 'r') as fd:
Expand Down

0 comments on commit 0ab2e09

Please sign in to comment.