Skip to content

Commit

Permalink
[#479] Update dateparser
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Mar 18, 2022
1 parent 3c369ce commit 4420b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airsenal/__init__.py
Expand Up @@ -6,7 +6,7 @@
import tempfile

# AIrsenal package version.
__version__ = "1.3.1"
__version__ = "1.3.2"

# Cross-platform temporary directory
TMPDIR = "/tmp/" if os.name == "posix" else tempfile.gettempdir()
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
beautifulsoup4==4.10.0
bpl @ git+https://github.com/anguswilliams91/bpl-next.git@ee786fd
click==8.0.1
dateparser==1.0.0
dateparser==1.1.1
flask==2.0.1
flask_cors==3.0.10
flask_session==0.4.0
Expand Down

0 comments on commit 4420b6e

Please sign in to comment.