Skip to content

Commit b39856f

Browse files
pyup-botMariatta
authored andcommitted
Initial update by pyup-bot (#46)
* Pin pytest to latest version 3.3.2 * Pin pytest-asyncio to latest version 0.8.0 * Pin pytest-aiohttp to latest version 0.3.0 * Update cherry_picker from 0.2.5 to 0.2.7 * Pin aiohttp to latest version 2.3.9 * Pin gidgethub to latest version 2.4.1 * Pin cachetools to latest version 2.0.1 * Pin requests to latest version 2.18.4 * Pin redis to latest version 2.10.6 * Pin celery to latest version 4.1.0 * Comment out python 3.7 from travis CI
1 parent e954502 commit b39856f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cache: pip
33
python:
44
- 3.6
55
- 3.6-dev
6-
- 3.7-dev
7-
- nightly
6+
# - 3.7-dev
7+
# - nightly
88

99
install:
1010
- python3 -m pip install -U -r dev-requirements.txt

dev-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
pytest~=3.0.7
3-
pytest-asyncio~=0.5.0
4-
pytest-aiohttp~=0.1.3
2+
pytest==3.3.2
3+
pytest-asyncio==0.8.0
4+
pytest-aiohttp==0.3.0

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cherry_picker==0.2.5
2-
aiohttp
3-
gidgethub
4-
cachetools
5-
requests
6-
redis
7-
celery
1+
cherry_picker==0.2.7
2+
aiohttp==2.3.9
3+
gidgethub==2.4.1
4+
cachetools==2.0.1
5+
requests==2.18.4
6+
redis==2.10.6
7+
celery==4.1.0

0 commit comments

Comments
 (0)