1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-21 15:51:52 -05:00

Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
5704252e82
Merge ba4d9bb565 into 4b26e2b7f7 2024-07-26 16:11:54 +00:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00
dependabot[bot]
ba4d9bb565
Bump certifi from 2024.2.2 to 2024.7.4
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 01:37:51 +00:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -21,7 +21,7 @@ build==1.2.1
# pip-tools # pip-tools
cachetools==5.3.3 cachetools==5.3.3
# via tox # via tox
certifi==2024.2.2 certifi==2024.7.4
# via requests # via requests
cfgv==3.4.0 cfgv==3.4.0
# via pre-commit # via pre-commit

View File

@ -23,7 +23,7 @@ bitarray==2.9.2
# kiss3 # kiss3
blinker==1.8.2 blinker==1.8.2
# via flask # via flask
certifi==2024.2.2 certifi==2024.7.4
# via requests # via requests
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests