1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-21 07:41:49 -05:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
1e816e514d
Merge ee0c546231 into 4b26e2b7f7 2024-07-26 16:11:55 +00:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00
dependabot[bot]
ee0c546231
Bump zipp from 3.18.2 to 3.19.1
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.2 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 19:27:37 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -150,6 +150,7 @@ aprsd = "aprsd.main:main"
# installed, specify them here.
py-modules = ["aprsd"]
package-data = {"sample" = ["*.dat"]}
packages = ["aprsd"]
[build-system]
requires = [

View File

@ -171,7 +171,7 @@ wrapt==1.16.0
# deprecated
wsproto==1.2.0
# via simple-websocket
zipp==3.18.2
zipp==3.19.1
# via importlib-metadata
zope-event==5.0
# via gevent