Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from Skyscanner/dependabot/pip/lxml-4.6.3
Browse files Browse the repository at this point in the history
Bump lxml from 4.6.2 to 4.6.3
  • Loading branch information
adeptex authored Mar 22, 2021
2 parents 2b3aab9 + e14b9b9 commit a8409b5
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 @@ -8,7 +8,7 @@ astroid==2.5.1 # via whispers (setup.py)
beautifulsoup4==4.9.3 # via whispers (setup.py)
jproperties==2.1.0 # via whispers (setup.py)
luhn==0.2.0 # via whispers (setup.py)
lxml==4.6.2 # via whispers (setup.py)
lxml==4.6.3 # via whispers (setup.py)
python-levenshtein==0.12.2 # via whispers (setup.py)
pyyaml==5.4.1 # via whispers (setup.py)
six==1.15.0 # via astroid, jproperties
Expand Down
2 changes: 1 addition & 1 deletion whispers/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 4, 5)
VERSION = (1, 4, 6)

__version__ = ".".join(map(str, VERSION))

0 comments on commit a8409b5

Please sign in to comment.