Skip to content

Commit

Permalink
Upgrade Python dependencies (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Nov 3, 2020
1 parent 4eaf73a commit b8d5c1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notifications_utils/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '43.1.1'
__version__ = '43.1.2'
# GDS version '34.0.1'
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
include_package_data=True,
install_requires=[
'bleach==3.2.1',
'cachetools==4.1.0',
'cachetools==4.1.1',
'mistune==0.8.4',
'requests==2.24.0',
'python-json-logger==2.0.0',
Expand All @@ -34,14 +34,14 @@
'statsd==3.3.0',
'Flask-Redis==0.4.0',
'PyYAML==5.3.1',
'phonenumbers==8.12.10',
'pytz==2020.1',
'phonenumbers==8.12.12',
'pytz==2020.4',
'smartypants==2.0.1',
'monotonic==1.5',
'pypdf2==1.26.0',

# required by both api and admin
'awscli==1.18.154',
'boto3==1.15.13',
'awscli==1.18.170',
'boto3==1.16.10',
]
)

0 comments on commit b8d5c1e

Please sign in to comment.