Skip to content

Commit

Permalink
Update regex version
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 28, 2018
1 parent d4fa9af commit 62358dd
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 @@ murmurhash>=0.28.0,<1.1.0
plac<1.0.0,>=0.9.6
ujson>=1.35
dill>=0.2,<0.3
regex==2018.01.10
regex==2018.08.29
requests>=2.13.0,<3.0.0
pytest>=3.6.0,<4.0.0
mock>=2.0.0,<3.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def setup_package():
'plac<1.0.0,>=0.9.6',
'ujson>=1.35',
'dill>=0.2,<0.3',
'regex==2018.01.10',
'regex==2018.08.29',
'requests>=2.13.0,<3.0.0',
'pathlib==1.0.1; python_version < "3.4"'],
extras_require={
Expand Down

0 comments on commit 62358dd

Please sign in to comment.