Skip to content

Commit

Permalink
Merge pull request #2867 from rebeccacremona/upgrade-package
Browse files Browse the repository at this point in the history
Upgrade to latest requests...
  • Loading branch information
bensteinberg committed Oct 28, 2020
2 parents 3d9f64e + 6f2818e commit 346bf63
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 139 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
build:
context: .
dockerfile: ./perma_web/Dockerfile
image: perma3:0.69
image: perma3:0.70
tty: true
command: bash
# TO AUTOMATICALLY START PERMA:
Expand Down
3 changes: 1 addition & 2 deletions perma_web/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ django-axes = "*" # limit login attempts
"Fabric3" = "*" # task automation
netaddr = "*" # to check archive IPs against banned ranges
pytz = "*" # timezone helper
requests = {version = "==2.20.0", extras = ["security"]}
urllib3 = "==1.24.2" # from requests
requests = {version = "~=2.20", extras = ["security"]}
tqdm = "*" # progress bar in dev fab tasks
Werkzeug = "*"
uwsgitop = "*" # uWSGI monitoring
Expand Down
Loading

0 comments on commit 346bf63

Please sign in to comment.