Skip to content

Commit

Permalink
Merge pull request #46 from gwu-libraries/t1071-upgrade-python-base
Browse files Browse the repository at this point in the history
T1071 upgrade python base
  • Loading branch information
dolsysmith authored Oct 20, 2021
2 parents e0748ef + 567683c commit 003a504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Python 3.6
FROM python@sha256:81782ff0fadf910a9f13747608f0d93e8938cbbdc1e50dc8c88e4e1ab8d9e7b2
FROM python:3.8.12-buster
MAINTAINER Social Feed Manager <sfm@gwu.edu>

ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mock==2.0.0
vcrpy==2.0.1
python-dateutil==2.7.5
# Consumer
kombu==4.0.2
kombu==4.6.11
librabbitmq==2.0.0
# Harvester
petl==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
scripts=['sfmutils/stream_consumer.py', 'sfmutils/find_warcs.py'],
install_requires=['pytz==2019.3',
'requests==2.22.0',
'kombu==4.0.2',
'kombu==4.6.11',
'librabbitmq==2.0.0',
'warcio==1.5.3',
'iso8601==0.1.12',
Expand Down

0 comments on commit 003a504

Please sign in to comment.