Skip to content

Commit 55d43eb

Browse files
Bump zipp from 1.2.0 to 3.19.1 in /src/sonic-frr-mgmt-framework
Bumps [zipp](https://github.com/jaraco/zipp) from 1.2.0 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@v1.2.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd02b87 commit 55d43eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-frr-mgmt-framework/setup.py

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'jinja2>=2.10',
1616
'netaddr==0.8.0',
1717
'pyyaml==5.4.1',
18-
'zipp==1.2.0', # importlib-resources needs zipp and seems to have a bug where it will try to import too new of a version for Python 2
18+
'zipp==3.19.1', # importlib-resources needs zipp and seems to have a bug where it will try to import too new of a version for Python 2
1919
],
2020
setup_requires = [
2121
'pytest-runner',

0 commit comments

Comments
 (0)