Skip to content

Commit

Permalink
build(deps): bump unidecode from 1.3.2 to 1.3.6
Browse files Browse the repository at this point in the history
Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.3.2 to 1.3.6.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

---
updated-dependencies:
- dependency-name: unidecode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SlashGordon committed Nov 23, 2022
1 parent 0ab2e09 commit 206a1a0
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 @@ -3,7 +3,7 @@ wptools==0.4.17
wikipedia==1.4.0
pandas==1.4.0
pycountry==22.3.5
Unidecode==1.3.2
Unidecode==1.3.6
uplink==0.9.7
pytickersymbols>=1.6.0
toolz==0.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'wikipedia==1.4.0',
'pandas==1.4.0',
'pycountry==22.3.5',
'Unidecode==1.3.2',
'Unidecode==1.3.6',
'uplink==0.9.7',
'pytickersymbols>=1.6.0',
'toolz==0.12.0'
Expand Down

0 comments on commit 206a1a0

Please sign in to comment.