Skip to content

Commit

Permalink
build(deps): bump aiohttp-jinja2 from 1.5.1 to 1.6
Browse files Browse the repository at this point in the history
Bumps [aiohttp-jinja2](https://github.com/aio-libs/aiohttp_jinja2) from 1.5.1 to 1.6.
- [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.5.1...v1.6)

---
updated-dependencies:
- dependency-name: aiohttp-jinja2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent c7b6db1 commit f8743ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
aiohttp_security[session]==0.4.0
asyncpg==0.29.0
asyncpgsa==0.27.1
Expand Down
2 changes: 1 addition & 1 deletion demos/chat/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
faker==20.1.0
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.8.6
aiopg[sa]==1.4.0
aiohttp_jinja2==1.5.1
aiohttp_jinja2==1.6
aiohttp_graphql==1.1.0
aiodataloader==0.4.0
faker==20.1.0
Expand Down
2 changes: 1 addition & 1 deletion demos/imagetagger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.8.6
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
keras==2.11.0
Pillow==10.3.0
tensorflow==2.11.1
Expand Down
2 changes: 1 addition & 1 deletion demos/motortwit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.8.6
aiohttp_jinja2==1.5.1
aiohttp_jinja2==1.6
aiohttp_security==0.4.0
bcrypt==4.0.1
faker==20.1.0
Expand Down
2 changes: 1 addition & 1 deletion demos/polls/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.8.6
aiopg[sa]==1.4.0
aiohttp-jinja2==1.5.1
aiohttp-jinja2==1.6
trafaret_config==2.0.2

# For testing
Expand Down
2 changes: 1 addition & 1 deletion demos/shortify/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.8.6
aiohttp_jinja2==1.5.1
aiohttp_jinja2==1.6
pyyaml==6.0.1
redis==5.0.1
trafaret==2.1.1

0 comments on commit f8743ab

Please sign in to comment.