Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into 42-in_out_options
Browse files Browse the repository at this point in the history
# Conflicts:
#	requirements.txt
#	requirements_dev.txt
  • Loading branch information
aguilerapy committed Mar 31, 2020
2 parents 67073ff + 3f06a72 commit dc11fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
install:
- curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install coveralls
script:
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==19.3.0 # via jsonschema
beautifulsoup4==4.8.2 # via google
bleach==3.1.1 # via libcove, libcoveocds
bleach==3.1.4 # via libcove, libcoveocds
cached-property==1.5.1 # via libcove, libcoveocds
cachetools==4.0.0 # via google-auth
certifi==2019.9.11 # via requests, sentry-sdk
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==19.3.0
beautifulsoup4==4.8.2
bleach==3.1.1
bleach==3.1.4
cached-property==1.5.1
cachetools==4.0.0
certifi==2019.9.11
Expand Down

0 comments on commit dc11fa9

Please sign in to comment.