Gcal-sync

Latest version: v7.0.0

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

Scan your dependencies

Page 4 of 10

4.1.3

What's Changed
* Improve pydantic model defaults by cdce8p in https://github.com/allenporter/gcal_sync/pull/202
* Coerce invalid all day events to have a valid duration by allenporter in https://github.com/allenporter/gcal_sync/pull/225

Developer updates
* Update dependency pylint to v2.15.10 by renovate in https://github.com/allenporter/gcal_sync/pull/180
* Update dependency coverage to v7.0.5 by renovate in https://github.com/allenporter/gcal_sync/pull/181
* Update dependency pytest to v7.2.1 by renovate in https://github.com/allenporter/gcal_sync/pull/182
* Update dependency pytz to v2022.7.1 by renovate in https://github.com/allenporter/gcal_sync/pull/183
* Update dependency coverage to v7.1.0 by renovate in https://github.com/allenporter/gcal_sync/pull/185
* Update dependency pre-commit to v3 by renovate in https://github.com/allenporter/gcal_sync/pull/184
* Update dependency pre-commit to v3.0.3 by renovate in https://github.com/allenporter/gcal_sync/pull/186
* Update dependency pylint to v2.16.1 by renovate in https://github.com/allenporter/gcal_sync/pull/188
* Update dependency pre-commit to v3.0.4 by renovate in https://github.com/allenporter/gcal_sync/pull/189
* Update dependency aiohttp to v3.8.4 by renovate in https://github.com/allenporter/gcal_sync/pull/191
* Update dependency pylint to v2.16.2 by renovate in https://github.com/allenporter/gcal_sync/pull/192
* Update dependency pydantic to v1.10.5 by renovate in https://github.com/allenporter/gcal_sync/pull/193
* Update dependency coverage to v7.2.0 by renovate in https://github.com/allenporter/gcal_sync/pull/195
* Update dependency pre-commit to v3.1.0 by renovate in https://github.com/allenporter/gcal_sync/pull/196
* Update dependency coverage to v7.2.1 by renovate in https://github.com/allenporter/gcal_sync/pull/197
* Update dependency pre-commit to v3.1.1 by renovate in https://github.com/allenporter/gcal_sync/pull/198
* Update dependency pylint to v2.16.3 by renovate in https://github.com/allenporter/gcal_sync/pull/199
* Update dependency pytest to v7.2.2 by renovate in https://github.com/allenporter/gcal_sync/pull/200
* Update dependency pylint to v2.16.4 by renovate in https://github.com/allenporter/gcal_sync/pull/201
* Update dependency mypy to v1 by renovate in https://github.com/allenporter/gcal_sync/pull/190
* Update dependency black to v23 by renovate in https://github.com/allenporter/gcal_sync/pull/187
* Update dependency pdoc to v13 by renovate in https://github.com/allenporter/gcal_sync/pull/194
* Update dependency pylint to v2.17.0 by renovate in https://github.com/allenporter/gcal_sync/pull/203
* Update dependency ical to v4.5.0 by renovate in https://github.com/allenporter/gcal_sync/pull/204
* Update dependency coverage to v7.2.2 by renovate in https://github.com/allenporter/gcal_sync/pull/205
* Update dependency pre-commit to v3.2.0 by renovate in https://github.com/allenporter/gcal_sync/pull/206
* Update dependency pytest-asyncio to v0.21.0 by renovate in https://github.com/allenporter/gcal_sync/pull/208
* Update dependency pdoc to v13.0.1 by renovate in https://github.com/allenporter/gcal_sync/pull/209
* Update dependency pydantic to v1.10.7 by renovate in https://github.com/allenporter/gcal_sync/pull/210
* Update dependency pylint to v2.17.1 by renovate in https://github.com/allenporter/gcal_sync/pull/211
* Fix development configurations by allenporter in https://github.com/allenporter/gcal_sync/pull/213
* Update actions/deploy-pages action to v2 by renovate in https://github.com/allenporter/gcal_sync/pull/207
* Update dependency pytz to v2023 by renovate in https://github.com/allenporter/gcal_sync/pull/212
* Update pre-commit hook pre-commit/pre-commit-hooks to v4.4.0 by renovate in https://github.com/allenporter/gcal_sync/pull/215
* Update dependency pre-commit to v3.2.1 by renovate in https://github.com/allenporter/gcal_sync/pull/217
* Update pre-commit hook psf/black to v22.12.0 by renovate in https://github.com/allenporter/gcal_sync/pull/216
* Update dependency ical to v4.5.1 by renovate in https://github.com/allenporter/gcal_sync/pull/218
* Update dependency black to v23.3.0 by renovate in https://github.com/allenporter/gcal_sync/pull/219
* Update dependency pytz to v2023.3 by renovate in https://github.com/allenporter/gcal_sync/pull/220
* Update dependency flake8 to v6 by renovate in https://github.com/allenporter/gcal_sync/pull/152
* Update pre-commit hook psf/black to v23 by renovate in https://github.com/allenporter/gcal_sync/pull/214
* Update dependency pdoc to v13.1.0 by renovate in https://github.com/allenporter/gcal_sync/pull/221
* Update dependency ical to v4.5.2 by renovate in https://github.com/allenporter/gcal_sync/pull/222
* Update dependency pylint to v2.17.2 by renovate in https://github.com/allenporter/gcal_sync/pull/223
* Update dependency pre-commit to v3.2.2 by renovate in https://github.com/allenporter/gcal_sync/pull/224

New Contributors
* cdce8p made their first contribution in https://github.com/allenporter/gcal_sync/pull/202

**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.1.2...4.1.3

4.1.2

What's Changed
* Adjust BYMONTHDAY Google Calendar RRULEs to limit expansion by allenporter in https://github.com/allenporter/gcal_sync/pull/179


Developer Updates
* Update dependency ical to v4.2.9 by renovate in https://github.com/allenporter/gcal_sync/pull/178
* Update dependency coverage to v7.0.4 by renovate in https://github.com/allenporter/gcal_sync/pull/177


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.1.1...4.1.2

4.1.1

What's Changed
* Fix invalid RDATE/EXDATE rules returned from Google Calendar API by allenporter in https://github.com/allenporter/gcal_sync/pull/176

Development updates
* Update dependency ical to v4.2.8 by renovate in https://github.com/allenporter/gcal_sync/pull/170
* Update dependency coverage to v7.0.1 by renovate in https://github.com/allenporter/gcal_sync/pull/171
* Update dependency pre-commit to v2.21.0 by renovate in https://github.com/allenporter/gcal_sync/pull/172
* Update dependency pydantic to v1.10.4 by renovate in https://github.com/allenporter/gcal_sync/pull/173
* Update dependency coverage to v7.0.3 by renovate in https://github.com/allenporter/gcal_sync/pull/174
* Update dependency pdoc to v12.3.1 by renovate in https://github.com/allenporter/gcal_sync/pull/175

**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.1.0...4.1.1

4.1.0

What's Changed
* Add an exception to be able to detect disabled API by allenporter in https://github.com/allenporter/gcal_sync/pull/167
* Fixes for edge cases of deleting recurring events by allenporter in https://github.com/allenporter/gcal_sync/pull/169

Development Dependency bumps
* Update dependency ical to v4.2.1 by renovate in https://github.com/allenporter/gcal_sync/pull/157
* Update dependency pylint to v2.15.8 by renovate in https://github.com/allenporter/gcal_sync/pull/158
* Update dependency ical to v4.2.2 by renovate in https://github.com/allenporter/gcal_sync/pull/159
* Update dependency pytest-asyncio to v0.20.3 by renovate in https://github.com/allenporter/gcal_sync/pull/160
* Update dependency black to v22.12.0 by renovate in https://github.com/allenporter/gcal_sync/pull/161
* Update dependency ical to v4.2.3 by renovate in https://github.com/allenporter/gcal_sync/pull/162
* Run python3.11 in CI by allenporter in https://github.com/allenporter/gcal_sync/pull/163
* Update dependency coverage to v7 by renovate in https://github.com/allenporter/gcal_sync/pull/164
* Update dependency pylint to v2.15.9 by renovate in https://github.com/allenporter/gcal_sync/pull/165
* Update dependency pytz to v2022.7 by renovate in https://github.com/allenporter/gcal_sync/pull/166
* Update dependency flake8-black to v0.3.6 by renovate in https://github.com/allenporter/gcal_sync/pull/168



**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.0.4...4.1.0

4.0.4

What's Changed
* Update dependency pylint to v2.15.7 by renovate in https://github.com/allenporter/gcal_sync/pull/155
* Bump ical and use new RecurrenceIterable for improved debug by allenporter in https://github.com/allenporter/gcal_sync/pull/156


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.0.3...4.0.4

4.0.3

What's Changed
* Fix TypeError bug in RDATE all day event handling by allenporter in https://github.com/allenporter/gcal_sync/pull/153

Dev Dependency bumps
* Update dependency mypy to v0.991 by renovate in https://github.com/allenporter/gcal_sync/pull/147
* Update dependency pdoc to v12.3.0 by renovate in https://github.com/allenporter/gcal_sync/pull/148
* Update dependency flake8-black to v0.3.4 by renovate in https://github.com/allenporter/gcal_sync/pull/149
* Update dependency pylint to v2.15.6 by renovate in https://github.com/allenporter/gcal_sync/pull/150
* Update dependency flake8-black to v0.3.5 by renovate in https://github.com/allenporter/gcal_sync/pull/151


**Full Changelog**: https://github.com/allenporter/gcal_sync/compare/4.0.2...4.0.3

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.