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]
83fb5bdcd3
Merge 6d294113f8 into 4b26e2b7f7 2024-07-26 16:11:53 +00:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00
dependabot[bot]
6d294113f8
Bump urllib3 from 2.2.1 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:57:21 +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.
py-modules = ["aprsd"]
package-data = {"sample" = ["*.dat"]}
packages = ["aprsd"]
[build-system]
requires = [

View File

@ -200,7 +200,7 @@ unify==0.5
# via gray
untokenize==0.1.1
# via unify
urllib3==2.2.1
urllib3==2.2.2
# via requests
virtualenv==20.26.2
# via

View File

@ -158,7 +158,7 @@ tzlocal==5.2
# via -r requirements.in
update-checker==0.18.0
# via -r requirements.in
urllib3==2.2.1
urllib3==2.2.2
# via requests
validators==0.22.0
# via click-params