Skip to content

Commit 7d8737f

Browse files
Bump zipp from 3.16.2 to 3.19.1 (#246)
Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.2 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.16.2...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66cb046 commit 7d8737f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ virtualenv==20.24.2
8282
# via tox
8383
webencodings==0.5.1
8484
# via bleach
85-
zipp==3.16.2
85+
zipp==3.19.1
8686
# via importlib-metadata

test-requirements.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alembic
1+
alembic==1.13.2
22
# via -r test-requirements.in
33
asyncpg==0.28.0
44
# via -r test-requirements.in
@@ -8,10 +8,6 @@ futures==3.0.5
88
# via -r test-requirements.in
99
greenlet==2.0.2
1010
# via sqlalchemy
11-
importlib-metadata==6.8.0
12-
# via alembic
13-
importlib-resources==6.0.0
14-
# via alembic
1511
iniconfig==2.0.0
1612
# via pytest
1713
mako==1.2.4
@@ -34,7 +30,7 @@ py==1.11.0
3430
# via pytest
3531
pytest==7.1.3
3632
# via -r test-requirements.in
37-
sqlalchemy>=2.0.0
33+
sqlalchemy==2.0.31
3834
# via
3935
# -r test-requirements.in
4036
# alembic
@@ -43,8 +39,5 @@ tomli==2.0.1
4339
typing-extensions==4.7.1
4440
# via
4541
# alembic
42+
# psycopg
4643
# sqlalchemy
47-
zipp==3.16.2
48-
# via
49-
# importlib-metadata
50-
# importlib-resources

0 commit comments

Comments
 (0)