Skip to content

Commit cbb76b1

Browse files
Bump yarl from 1.3.0 to 1.4.2 in /packages/postgres-database (#1371)
Bumps [yarl](https://github.com/aio-libs/yarl) from 1.3.0 to 1.4.2. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.3.0...v1.4.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 9022592 commit cbb76b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/postgres-database/requirements/_base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
idna==2.8 # via yarl
88
multidict==4.5.2 # via yarl
99
psycopg2-binary==2.8.4 # via sqlalchemy
10-
sqlalchemy[postgresql_psycopg2binary]==1.3.5 # via -r _base.in
11-
yarl==1.3.0 # via -r _base.in
10+
sqlalchemy[postgresql_psycopg2binary]==1.3.5 # via -r requirements/_base.in
11+
yarl==1.4.2 # via -r requirements/_base.in

packages/postgres-database/requirements/_migration.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sqlalchemy[postgresql_psycopg2binary]==1.3.5 # via -r requirements/_base.txt, a
2222
tenacity==6.0.0 # via -r requirements/_migration.in
2323
urllib3==1.25.8 # via -r requirements/_migration.in, requests
2424
websocket-client==0.56.0 # via docker
25-
yarl==1.3.0 # via -r requirements/_base.txt
25+
yarl==1.4.2 # via -r requirements/_base.txt

packages/postgres-database/requirements/_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ urllib3==1.25.8 # via -r requirements/_migration.txt, requests
6060
wcwidth==0.1.8 # via pytest
6161
websocket-client==0.56.0 # via -r requirements/_migration.txt, docker
6262
wrapt==1.11.2 # via astroid
63-
yarl==1.3.0 # via -r requirements/_migration.txt, aiohttp
63+
yarl==1.4.2 # via -r requirements/_migration.txt, aiohttp

0 commit comments

Comments
 (0)