Glocaltokens

Latest version: v0.7.3

Safety actively analyzes 688694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.6.1

Not secure
Changes

🧱 Dependency Updates

- Bump grpcio==1.43.0 leikoilja (214)
- Bump flake8-simplify from 0.14.5 to 0.14.6 dependabot (213)
- Bump pre-commit from 2.16.0 to 2.17.0 dependabot (212)
- Bump flake8-comprehensions from 3.7.0 to 3.8.0 dependabot (211)
- Bump flake8-simplify from 0.14.2 to 0.14.5 dependabot (210)
- Bump requests from 2.27.0 to 2.27.1 dependabot (209)
- Bump requests from 2.26.0 to 2.27.0 dependabot (208)

0.6.0

Not secure
Changes

🚀 Features

- Add possibility of using an address list instead DurgNomis-drol (202)

🔧 Internal structure enhancement

- Bump actions/setup-python from 2.3.0 to 2.3.1 dependabot (198)
- Add Kodiak github app leikoilja (197)
- Bump actions/setup-python from 2.2.2 to 2.3.0 dependabot (195)
- Bump actions/checkout from 2.3.5 to 2.4.0 dependabot (189)
- Bump abatilo/actions-poetry from 2.1.3 to 2.1.4 dependabot (185)
- Bump actions/checkout from 2.3.4 to 2.3.5 dependabot (184)

🧱 Dependency Updates

- Bump urllib3 from 1.26.4 to 1.26.7 dependabot (204)
- Bump pylint from 2.12.1 to 2.12.2 dependabot (203)
- Bump pre-commit from 2.15.0 to 2.16.0 dependabot (201)
- Bump flake8-bugbear from 21.11.28 to 21.11.29 dependabot (200)
- Bump flake8-bugbear from 21.9.2 to 21.11.28 dependabot (199)
- Bump pylint from 2.11.1 to 2.12.1 dependabot (196)
- Bump simplejson from 3.17.5 to 3.17.6 dependabot (194)
- Bump zeroconf from 0.36.12 to 0.36.13 dependabot (193)
- Bump isort from 5.10.0 to 5.10.1 dependabot (192)
- Bump zeroconf from 0.36.11 to 0.36.12 dependabot (191)
- Bump isort from 5.9.3 to 5.10.0 dependabot (190)
- Bump zeroconf from 0.36.9 to 0.36.11 dependabot (188)
- Bump flake8-use-fstring from 1.1 to 1.3 dependabot (187)
- Bump zeroconf from 0.36.8 to 0.36.9 dependabot (186)

0.5.2

Not secure
Changes

🐛 Bug Fixes

- Change auth token assertion logging level from error to warning leikoilja (181)

🔧 Internal structure enhancement

- Bump abatilo/actions-poetry from 2.1.2 to 2.1.3 dependabot (165)

🧱 Dependency Updates

- Bump flake8-comprehensions from 3.6.1 to 3.7.0 dependabot (182)
- Bump zeroconf from 0.36.7 to 0.36.8 dependabot (179)
- Bump faker from 8.14.1 to 8.16.0 dependabot (178)
- Bump faker from 8.14.0 to 8.14.1 dependabot (177)
- Bump flake8-bugbear from 21.9.1 to 21.9.2 dependabot (176)
- Bump faker from 8.13.2 to 8.14.0 dependabot (174)
- Bump zeroconf from 0.36.6 to 0.36.7 dependabot (173)
- Bump zeroconf from 0.36.4 to 0.36.6 dependabot (172)
- Bump flake8-simplify from 0.14.1 to 0.14.2 dependabot (171)
- Bump pylint from 2.10.2 to 2.11.1 dependabot (169)
- Bump zeroconf from 0.36.3 to 0.36.4 dependabot (170)
- Bump faker from 8.12.1 to 8.13.2 dependabot (167)
- Bump zeroconf from 0.36.2 to 0.36.3 dependabot (166)
- Bump flake8-bugbear from 21.4.3 to 21.9.1 dependabot (164)

0.5.1

Not secure
Changes

🐛 Bug Fixes

- Make generated protobuf files compatible with googlewifi KapJI (163)

📄 Documentation

- Fix build status badge KapJI (161)

🔧 Internal structure enhancement

- Small cleanup in proto file KapJI (162)

0.5.0

Not secure
Changes
Breaking changes
- `google_device` renamed to `network_device`.
- `Device` constructor no longer has `ip_address` and `port` fields.

🚀 Features

- Match devices by unique ID KapJI (160)

🐛 Bug Fixes

- Fix potential infinite loop in get\_homegraph KapJI (159)

🔧 Internal structure enhancement

- Refactor scanner KapJI (158)
- Update v1.proto KapJI (155)

🧱 Dependency Updates

- Bump pre-commit from 2.14.1 to 2.15.0 dependabot (157)
- Unconstrain zeroconf version KapJI (156)
- Bump pytest from 6.2.4 to 6.2.5 dependabot (154)
- Bump pre-commit from 2.14.0 to 2.14.1 dependabot (153)
- Bump faker from 8.12.0 to 8.12.1 dependabot (151)
- Bump simplejson from 3.17.4 to 3.17.5 dependabot (150)
- Bump faker from 8.11.0 to 8.12.0 dependabot (149)
- Bump pylint from 2.9.6 to 2.10.2 dependabot (148)
- Bump simplejson from 3.17.3 to 3.17.4 dependabot (147)
- Bump flake8-comprehensions from 3.5.0 to 3.6.1 dependabot (146)

0.4.0

Not secure
Changes

🚀 Features

- Grabbing unique device id from foyer API leikoilja (145)

📄 Documentation

- Fix link in README KapJI (93)

🔧 Internal structure enhancement

- Bump faker from 8.10.1 to 8.11.0 dependabot (143)
- Adding downloads badge to the README leikoilja (127)
- Bump actions/checkout from 2 to 2.3.4 dependabot (105)
- Bump actions/setup-python from 2 to 2.2.2 dependabot (104)
- Bump abatilo/actions-poetry from v2.1.1 to v2.1.2 dependabot (95)
- Bump abatilo/actions-poetry from v2.1.0 to v2.1.1 dependabot (94)
- Modernise type hints KapJI (92)

🧱 Dependency Updates

- Bump pylint from 2.9.5 to 2.9.6 dependabot (141)
- Bump isort from 5.9.2 to 5.9.3 dependabot (142)
- Bump pre-commit from 2.13.0 to 2.14.0 dependabot (144)
- Bump isort from 5.9.1 to 5.9.2 dependabot (133)
- Bump faker from 8.9.1 to 8.10.1 dependabot (136)
- Bump requests from 2.25.1 to 2.26.0 dependabot (137)
- Bump simplejson from 3.17.2 to 3.17.3 dependabot (135)
- Bump pylint from 2.9.3 to 2.9.5 dependabot (138)
- Bump faker from 8.9.0 to 8.9.1 dependabot (132)
- Bump faker from 8.8.2 to 8.9.0 dependabot (129)
- Bump pylint from 2.9.1 to 2.9.3 dependabot (131)
- Bump pylint from 2.8.3 to 2.9.1 dependabot (128)
- Bump faker from 8.8.1 to 8.8.2 dependabot (126)
- Bump isort from 5.9.0 to 5.9.1 dependabot (125)
- Bump isort from 5.8.0 to 5.9.0 dependabot (124)
- Bump faker from 8.8.0 to 8.8.1 dependabot (123)
- Bump faker from 8.7.0 to 8.8.0 dependabot (122)
- Bump faker from 8.6.0 to 8.7.0 dependabot (121)
- Bump codespell from 2.0.0 to 2.1.0 dependabot (120)
- Bump faker from 8.5.1 to 8.6.0 dependabot (119)
- Bump faker from 8.5.0 to 8.5.1 dependabot (118)
- Bump faker from 8.4.0 to 8.5.0 dependabot (116)
- Bump ipdb from 0.13.8 to 0.13.9 dependabot (117)
- Bump pylint from 2.8.2 to 2.8.3 dependabot (115)
- Bump faker from 8.3.0 to 8.4.0 dependabot (114)
- Bump faker from 8.2.1 to 8.3.0 dependabot (113)
- Bump ipdb from 0.13.7 to 0.13.8 dependabot (112)
- Bump pre-commit from 2.12.1 to 2.13.0 dependabot (111)
- Bump faker from 8.2.0 to 8.2.1 dependabot (110)
- Bump faker from 8.1.4 to 8.2.0 dependabot (109)
- Update flake8-simplify KapJI (108)
- Bump faker from 8.1.3 to 8.1.4 dependabot (106)
- Bump faker from 8.1.2 to 8.1.3 dependabot (103)
- Bump flake8-comprehensions from 3.4.0 to 3.5.0 dependabot (102)
- Bump flake8 from 3.9.1 to 3.9.2 dependabot (101)
- Bump pytest from 6.2.3 to 6.2.4 dependabot (100)
- Bump faker from 8.1.1 to 8.1.2 dependabot (99)
- Bump pylint from 2.8.1 to 2.8.2 dependabot (98)
- Bump pylint from 2.7.4 to 2.8.1 dependabot (97)
- Bump faker from 8.1.0 to 8.1.1 dependabot (96)
- Bump pre-commit from 2.12.0 to 2.12.1 dependabot (91)

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.