Skip to content

Commit af2a73f

Browse files
Bump aiohttp-jinja2 from 1.2.0 to 1.4.2 (Mariatta#110)
* Bump aiohttp-jinja2 from 1.2.0 to 1.4.2 Bumps [aiohttp-jinja2](https://github.com/aio-libs/aiohttp_jinja2) from 1.2.0 to 1.4.2. - [Release notes](https://github.com/aio-libs/aiohttp_jinja2/releases) - [Changelog](https://github.com/aio-libs/aiohttp-jinja2/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp-jinja2@v1.2.0...v1.4.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * Update .travis.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Mariatta Wijaya <[email protected]>
1 parent fbc29fa commit af2a73f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
language: python
22
cache: pip
33
python:
4-
- 3.7
5-
- 3.7-dev
4+
- 3.9
5+
- 3.9-dev
66
- nightly
77
dist: xenial
88

99
matrix:
1010
allow_failures:
11-
- python: 3.8-dev
12-
dist: xenial
1311
- python: nightly
1412
dist: xenial
1513

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aiohttp==3.7.4
2-
aiohttp-jinja2==1.2.0
3-
gidgethub==5.0.1
2+
aiohttp-jinja2==1.4.2
3+
gidgethub==5.0.1

0 commit comments

Comments
 (0)