Skip to content

Commit

Permalink
Bump zipp from 1.2.0 to 3.19.1 in /src/sonic-frr-mgmt-framework
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent b914e41 commit 4f8c525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-frr-mgmt-framework/setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'jinja2>=2.10',
'netaddr==0.8.0',
'pyyaml==5.4.1',
'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
'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
],
setup_requires = [
'pytest-runner',
Expand Down

0 comments on commit 4f8c525

Please sign in to comment.