Pyiqvia

Latest version: v2023.12.0

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

Scan your dependencies

Page 1 of 4

2023.12.0

🐛 Bug Fixes

- Fix issue with incorrect Python version spec (332)

🧰 Maintenance

- Bump pylint from 3.0.2 to 3.0.3 (326)
- Bump pre-commit from 3.5.0 to 3.6.0 (324)
- Bump typing-extensions from 4.8.0 to 4.9.0 (323)
- Bump ruff from 0.1.7 to 0.1.8 (327)
- Bump isort from 5.12.0 to 5.13.2 (328)
- Bump github/codeql-action from 2 to 3 (329)
- Bump actions/stale from 8 to 9 (321)
- Bump actions/setup-python from 4 to 5 (319)
- Bump yarl from 1.9.3 to 1.9.4 (320)
- Bump pytest-asyncio from 0.23.1 to 0.23.2 (317)
- Bump ruff from 0.1.6 to 0.1.7 (318)
- Bump pytest-asyncio from 0.21.1 to 0.23.1 (316)
- Use `ruff` in place of `bandit` and `black` (315)
- Bump aiohttp from 3.9.0 to 3.9.1 (314)
- Bump mypy from 1.7.0 to 1.7.1 (313)
- Bump dessant/lock-threads from 5.0.0 to 5.0.1 (312)
- Bump pygments from 2.17.1 to 2.17.2 (311)
- Bump yarl from 1.9.2 to 1.9.3 (310)
- Bump certifi from 2023.7.22 to 2023.11.17 (306)
- Bump ruff from 0.1.5 to 0.1.6 (307)
- Bump aiohttp from 3.9.0rc0 to 3.9.0 (308)
- Bump pygments from 2.16.1 to 2.17.1 (309)
- Bump poetry from 1.7.0 to 1.7.1 in /.github/workflows (305)
- Bump aiohttp from 3.9.0b1 to 3.9.0rc0 (304)
- Bump dessant/lock-threads from 4.0.1 to 5.0.0 (303)
- Bump mypy from 1.6.1 to 1.7.0 (302)
- Bump yamllint from 1.32.0 to 1.33.0 (301)
- Bump ruff from 0.1.4 to 0.1.5 (300)
- Bump black from 23.10.1 to 23.11.0 (299)
- Bump aiohttp from 3.9.0b0 to 3.9.0b1 (298)
- Bump poetry from 1.6.1 to 1.7.0 in /.github/workflows (296)
- Bump ruff from 0.1.3 to 0.1.4 (297)
- Bump ruff from 0.1.2 to 0.1.3 (295)
- Bump black from 23.10.0 to 23.10.1 (292)
- Bump pytest from 7.4.2 to 7.4.3 (293)
- Bump ruff from 0.1.1 to 0.1.2 (294)
- Bump pylint from 3.0.1 to 3.0.2 (291)
- Bump ruff from 0.1.0 to 0.1.1 (290)
- Bump ruff from 0.0.292 to 0.1.0 (283)
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (285)
- Bump mypy from 1.6.0 to 1.6.1 (287)
- Bump black from 23.9.1 to 23.10.0 (288)
- Bump gitpython from 3.1.37 to 3.1.40 (289)
- Bump urllib3 from 2.0.6 to 2.0.7 (286)
- Bump pre-commit from 3.4.0 to 3.5.0 (282)
- Bump mypy from 1.5.1 to 1.6.0 (281)

2023.10.0

🚨 Breaking Changes

- Add support for Python 3.12 (280)

🧰 Maintenance

- Add support for Python 3.12 (280)
- Bump pyupgrade from 3.14.0 to 3.15.0 (279)
- Bump aiohttp from 3.8.5 to 3.8.6 (278)
- Bump vulture from 2.9.1 to 2.10 (277)
- Bump pre-commit-hooks from 4.4.0 to 4.5.0 (276)
- Bump pylint from 3.0.0 to 3.0.1 (275)
- Bump ruff from 0.0.291 to 0.0.292 (272)
- Bump pyupgrade from 3.13.0 to 3.14.0 (271)
- Bump coverage from 7.3.1 to 7.3.2 (270)
- Bump pylint from 2.17.7 to 3.0.0 (273)
- Bump codespell from 2.2.5 to 2.2.6 (274)
- Bump urllib3 from 2.0.4 to 2.0.6 (269)
- Bump pylint from 2.17.6 to 2.17.7 (268)
- Bump pylint from 2.17.5 to 2.17.6 (267)
- Bump gitpython from 3.1.36 to 3.1.37 (266)
- Bump pyupgrade from 3.12.0 to 3.13.0 (265)
- Bump ruff from 0.0.290 to 0.0.291 (264)
- Bump pyupgrade from 3.11.1 to 3.12.0 (263)
- Bump pyupgrade from 3.11.0 to 3.11.1 (262)
- Bump ruff from 0.0.289 to 0.0.290 (260)
- Bump pyupgrade from 3.10.1 to 3.11.0 (261)
- Bump ruff from 0.0.288 to 0.0.289 (259)
- Bump ruff from 0.0.287 to 0.0.288 (258)
- Bump gitpython from 3.1.35 to 3.1.36 (257)
- Bump black from 23.7.0 to 23.9.1 (256)
- Bump gitpython from 3.1.34 to 3.1.35 (254)
- Bump pytest from 7.4.1 to 7.4.2 (255)
- Bump pytest-aiohttp from 1.0.4 to 1.0.5 (252)
- Bump coverage from 7.3.0 to 7.3.1 (253)
- Bump actions/checkout from 3 to 4 (251)
- Bump ruff from 0.0.286 to 0.0.287 (247)
- Bump gitpython from 3.1.32 to 3.1.34 (248)
- Bump pytest from 7.4.0 to 7.4.1 (250)
- Bump pre-commit from 3.3.3 to 3.4.0 (249)
- Bump ruff from 0.0.285 to 0.0.286 (246)
- Clean up build dependencies (245)
- Bump poetry from 1.6.0 to 1.6.1 in /.github/workflows (243)
- Bump vulture from 2.9 to 2.9.1 (244)
- Bump poetry from 1.5.1 to 1.6.0 in /.github/workflows (240)
- Bump setuptools from 68.1.0 to 68.1.2 (241)
- Bump vulture from 2.8 to 2.9 (242)
- Bump black from 22.12.0 to 23.7.0 (238)
- Bump ruff from 0.0.284 to 0.0.285 (239)

2023.08.1

📕 Documentation

- Clean up docs (85)

🧰 Maintenance

- Pin dependencies to resolve several CVEs (237)
- Add `rtx` config file (236)
- Bump blacken-docs from 1.15.0 to 1.16.0 (234)
- Bump mypy from 1.5.0 to 1.5.1 (235)
- Bump coverage from 7.2.7 to 7.3.0 (233)
- Bump vulture from 2.7 to 2.8 (231)
- Bump mypy from 1.4.1 to 1.5.0 (232)
- Bump ruff from 0.0.283 to 0.0.284 (230)
- Bump ruff from 0.0.282 to 0.0.283 (229)
- Bump ruff from 0.0.281 to 0.0.282 (228)
- Bump ruff from 0.0.280 to 0.0.281 (227)
- Bump pyupgrade from 3.9.0 to 3.10.1 (226)
- Bump pylint from 2.17.4 to 2.17.5 (225)
- Bump ruff from 0.0.278 to 0.0.280 (224)
- Bump aiohttp from 3.8.4 to 3.8.5 (223)
- Bump pytest-asyncio from 0.21.0 to 0.21.1 (221)
- Bump ruff from 0.0.277 to 0.0.278 (222)
- Bump black from 23.3.0 to 23.7.0 (220)
- Bump blacken-docs from 1.14.0 to 1.15.0 (218)
- Bump pyupgrade from 3.8.0 to 3.9.0 (219)
- Bump ruff from 0.0.276 to 0.0.277 (217)
- Bump ruff from 0.0.275 to 0.0.276 (216)
- Bump pyupgrade from 3.7.0 to 3.8.0 (215)
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (214)
- Bump pytest from 7.3.2 to 7.4.0 (213)
- Bump mypy from 1.4.0 to 1.4.1 (212)
- Bump ruff from 0.0.274 to 0.0.275 (211)
- Bump mypy from 1.3.0 to 1.4.0 (209)
- Bump ruff from 0.0.272 to 0.0.274 (210)
- Bump pyupgrade from 3.6.0 to 3.7.0 (208)
- Bump codespell from 2.2.4 to 2.2.5 (207)
- Bump blacken-docs from 1.13.0 to 1.14.0 (205)
- Bump pre-commit from 3.3.2 to 3.3.3 (206)
- Bump dessant/lock-threads from 4.0.0 to 4.0.1 (204)
- Bump pytest from 7.3.1 to 7.3.2 (202)
- Bump pyupgrade from 3.4.0 to 3.6.0 (203)
- Bump ruff from 0.0.271 to 0.0.272 (201)
- Bump ruff from 0.0.270 to 0.0.271 (200)
- Bump coverage from 7.2.6 to 7.2.7 (198)
- Bump poetry from 1.5.0 to 1.5.1 in /.github/workflows (199)
- Bump pytest-cov from 4.0.0 to 4.1.0 (196)
- Bump ruff from 0.0.269 to 0.0.270 (197)
- Bump coverage from 7.2.5 to 7.2.6 (195)
- Bump yamllint from 1.31.0 to 1.32.0 (194)
- Bump requests from 2.28.1 to 2.31.0 (193)
- Bump poetry from 1.4.2 to 1.5.0 in /.github/workflows (192)
- Bump ruff from 0.0.267 to 0.0.269 (191)
- Bump pre-commit from 3.3.1 to 3.3.2 (190)
- Bump ruff from 0.0.265 to 0.0.267 (189)
- Bump mypy from 1.2.0 to 1.3.0 (188)
- Bump pyupgrade from 3.3.2 to 3.4.0 (185)
- Bump ruff from 0.0.264 to 0.0.265 (186)
- Bump pylint from 2.17.3 to 2.17.4 (187)
- Bump ruff from 0.0.263 to 0.0.264 (183)
- Bump pre-commit from 3.3.0 to 3.3.1 (184)
- Bump pre-commit from 3.2.2 to 3.3.0 (182)
- Bump coverage from 7.2.3 to 7.2.5 (181)
- Bump ruff from 0.0.262 to 0.0.263 (178)
- Bump pylint from 2.17.2 to 2.17.3 (180)
- Bump pyupgrade from 3.3.1 to 3.3.2 (179)
- Bump yamllint from 1.30.0 to 1.31.0 (177)
- Bump ruff from 0.0.261 to 0.0.262 (176)
- Bump pytest from 7.3.0 to 7.3.1 (174)
- Bump black from 22.12.0 to 23.3.0 (173)
- Bump safety from 2.3.4 to 2.3.5 (172)
- Bump black from 22.12.0 to 23.3.0 (171)
- Bump safety from 2.3.4 to 2.3.5 (170)
- Bump pytest from 7.2.2 to 7.3.0 (168)
- Bump black from 22.12.0 to 23.3.0 (169)
- Bump safety from 2.3.4 to 2.3.5 (166)
- Bump coverage from 7.2.2 to 7.2.3 (167)
- Replace flake8 with ruff (165)
- Bump black from 22.12.0 to 23.3.0 (164)
- Bump safety from 2.3.4 to 2.3.5 (163)
- Bump pre-commit from 3.2.1 to 3.2.2 (161)
- Bump pylint from 2.17.1 to 2.17.2 (162)
- Bump black from 22.12.0 to 23.3.0 (160)
- Bump safety from 2.3.4 to 2.3.5 (159)
- Bump poetry from 1.4.1 to 1.4.2 in /.github/workflows (158)
- Bump black from 22.12.0 to 23.3.0 (157)
- Bump flake8-simplify from 0.19.3 to 0.20.0 (156)
- Bump safety from 2.3.4 to 2.3.5 (155)
- Bump black from 23.1.0 to 23.3.0 (154)
- Bump safety from 2.3.4 to 2.3.5 (153)
- Bump black from 22.12.0 to 23.1.0 (152)
- Bump safety from 2.3.4 to 2.3.5 (151)
- Bump pre-commit from 3.2.0 to 3.2.1 (150)
- Bump actions/stale from 7 to 8 (148)
- Bump black from 22.12.0 to 23.1.0 (149)
- Bump safety from 2.3.4 to 2.3.5 (147)
- Bump pylint from 2.17.0 to 2.17.1 (146)
- Bump yamllint from 1.29.0 to 1.30.0 (145)
- Bump black from 22.12.0 to 23.1.0 (143)
- Bump flake8-comprehensions from 3.11.0 to 3.11.1 (144)
- Bump safety from 2.3.4 to 2.3.5 (142)
- Bump black from 22.12.0 to 23.1.0 (137)
- Bump pytest-asyncio from 0.20.3 to 0.21.0 (138)
- Bump poetry from 1.4.0 to 1.4.1 in /.github/workflows (139)
- Bump pre-commit from 3.1.1 to 3.2.0 (141)
- Bump flake8-comprehensions from 3.10.1 to 3.11.0 (140)
- Bump coverage from 7.2.1 to 7.2.2 (136)
- Bump safety from 2.3.4 to 2.3.5 (135)
- Bump black from 22.12.0 to 23.1.0 (134)
- Bump safety from 2.3.4 to 2.3.5 (133)
- Bump black from 22.12.0 to 23.1.0 (132)
- Bump flake8-bugbear from 23.2.13 to 23.3.12 (130)
- Bump safety from 2.3.4 to 2.3.5 (131)
- Bump black from 22.12.0 to 23.1.0 (128)
- Bump bandit from 1.7.4 to 1.7.5 (129)
- Bump safety from 2.3.4 to 2.3.5 (127)
- Bump codespell from 2.2.2 to 2.2.4 (126)
- Bump pylint from 2.16.4 to 2.17.0 (125)
- Bump black from 22.12.0 to 23.1.0 (124)
- Bump mypy from 1.0.1 to 1.1.1 (122)
- Bump safety from 2.3.4 to 2.3.5 (121)
- Bump pylint from 2.16.3 to 2.16.4 (123)
- Bump black from 22.12.0 to 23.1.0 (120)
- Bump pytest from 7.2.1 to 7.2.2 (118)
- Bump pylint from 2.16.2 to 2.16.3 (119)
- Bump safety from 2.3.4 to 2.3.5 (117)
- Bump flake8-bugbear from 22.12.6 to 23.2.13 (116)
- Bump coverage from 6.5.0 to 7.2.1 (113)
- Bump mypy from 0.982 to 1.0.1 (112)
- Bump pre-commit from 2.21.0 to 3.1.1 (114)
- Bump black from 22.12.0 to 23.1.0 (115)
- Bump poetry from 1.3.2 to 1.4.0 in /.github/workflows (111)
- Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 (110)
- Bump pylint from 2.16.1 to 2.16.2 (109)
- Bump aiohttp from 3.8.3 to 3.8.4 (108)
- Bump pylint from 2.16.0 to 2.16.1 (107)
- Bump pylint from 2.15.10 to 2.16.0 (106)
- Bump isort from 5.11.4 to 5.12.0 (105)
- Bump flake8-docstrings from 1.6.0 to 1.7.0 (104)
- Bump vulture from 2.6 to 2.7 (100)
- Bump pyupgrade from 3.2.0 to 3.3.1 (101)
- Bump pre-commit from 2.20.0 to 2.21.0 (102)
- Bump pytest from 7.2.0 to 7.2.1 (103)
- Bump pytest-asyncio from 0.20.1 to 0.20.3 (95)
- Bump yamllint from 1.28.0 to 1.29.0 (96)
- Bump safety from 2.3.1 to 2.3.5 (97)
- Bump flake8-bugbear from 22.10.27 to 22.12.6 (98)
- Bump pre-commit-hooks from 4.3.0 to 4.4.0 (99)
- Bump isort from 5.10.1 to 5.11.4 (90)
- Bump flake8-builtins from 2.0.0 to 2.1.0 (91)
- Bump pylint from 2.15.5 to 2.15.10 (92)
- Bump blacken-docs from 1.12.1 to 1.13.0 (93)
- Bump black from 22.10.0 to 22.12.0 (94)
- Bump poetry from 1.3.1 to 1.3.2 in /.github/workflows (89)
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (88)
- Bump setuptools from 65.5.0 to 65.5.1 (87)
- Bump actions/stale from 6 to 7 (86)
- Bump poetry from 1.2.2 to 1.3.1 in /.github/workflows (84)
- Bump certifi from 2022.9.24 to 2022.12.7 (83)
- Bump dessant/lock-threads from 3.0.0 to 4.0.0 (82)

2022.10.0

🚨 Breaking Change

- Update CI to use GA release of Python 3.11 (80)

🐛 Bug Fixes

- Fix deprecated exception reference (72)

🧰 Maintenance

- Update CI to use GA release of Python 3.11 (80)
- Add preliminary support for Python 3.11 (79)
- Update dependency pytest-cov to v4 (78)
- Reduce stale timeframe from 90 days to 21 days (77)
- Update all pre-commit hooks (75)
- Update all dependencies (74)
- Move coverage configuration to pyproject.toml (73)
- Move pylint configuration to pyproject.toml (71)
- Use nox for test automation (70)
- Add pyupgrade pre-commit hook (69)
- Update codecov/codecov-action action to v3 (68)

2022.04.0

🧰 Maintenance

- Loosen version pinning for backoff (66)
- Upgrade black to 22.3.0 (67)
- Update all dependencies (65)
- Update dependency pytest-aiohttp to v1 (64)
- Configure WhiteSource Bolt for GitHub (63)
- Re-work pinned version range for aiohttp (62)
- Update codecov/codecov-action action to v2 (61)
- Update pre-commit/action action to v2.0.3 (60)
- Configure Renovate (59)

2021.11.0

🚀 Features

- Add ability to disable and enable retry logic (58)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.