Releases: KapJI/capital-gains-calculator
Releases · KapJI/capital-gains-calculator
v1.13.0
Changes
🚀 Features
- Add basic support for cash merger transactions (Schwab only) @vmartinv (#532)
- Improve error messages @vmartinv (#533)
- Add allowance for year 2024/25 @vmartinv (#528)
- Calculate unrealized gains @vmartinv (#497)
- Dockerfile @deed02392 (#471)
- Support 'Div Adjustment' in Schwab parser @KapJI (#479)
🐛 Bug Fixes
- Fix spin-offs calculations @nihn (#524)
- Update and fix Trading212 parser @vmartinv (#531)
- Morgan Stanley: Renamed Date field to Execution Date @goofy57 (#526)
- Ignore stamp duty column when parsing Trading212 (fixes #321) @vmartinv (#484)
🏅 Code Quality Improvements
- Better comments for raw format @deed02392 (#494)
🧱 Dependency Updates
- Bump pylint from 3.2.2 to 3.2.3 @dependabot (#529)
- Bump pytest from 8.2.1 to 8.2.2 @dependabot (#527)
- Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 @dependabot (#525)
- Bump requests from 2.32.2 to 2.32.3 @dependabot (#523)
- Bump codespell from 2.2.6 to 2.3.0 @dependabot (#522)
- Bump types-requests from 2.32.0.20240521 to 2.32.0.20240523 @dependabot (#521)
- Bump requests from 2.32.1 to 2.32.2 @dependabot (#520)
- Bump requests from 2.32.0 to 2.32.1 @dependabot (#519)
- Bump types-requests from 2.31.0.20240406 to 2.32.0.20240521 @dependabot (#518)
- Bump pylint from 3.2.0 to 3.2.2 @dependabot (#517)
- Bump pytest from 8.2.0 to 8.2.1 @dependabot (#516)
- Bump requests from 2.31.0 to 2.32.0 @dependabot (#515)
- Bump pylint from 3.1.1 to 3.2.0 @dependabot (#514)
- Bump pylint from 3.1.0 to 3.1.1 @dependabot (#513)
- Bump jinja2 from 3.1.3 to 3.1.4 @dependabot (#512)
- Bump pytest from 8.1.1 to 8.2.0 @dependabot (#509)
- Bump black from 24.4.1 to 24.4.2 @dependabot (#508)
- Bump black from 24.4.0 to 24.4.1 @dependabot (#507)
- Bump mypy from 1.9.0 to 1.10.0 @dependabot (#506)
- Bump black from 24.3.0 to 24.4.0 @dependabot (#505)
- Bump types-requests from 2.31.0.20240403 to 2.31.0.20240406 @dependabot (#504)
- Bump types-requests from 2.31.0.20240402 to 2.31.0.20240403 @dependabot (#503)
- Bump types-requests from 2.31.0.20240311 to 2.31.0.20240402 @dependabot (#502)
- Bump black from 24.2.0 to 24.3.0 @dependabot (#501)
- Bump pytest from 8.0.2 to 8.1.1 @dependabot (#499)
- Bump types-requests from 2.31.0.20240218 to 2.31.0.20240311 @dependabot (#498)
- Bump mypy from 1.8.0 to 1.9.0 @dependabot (#496)
- Bump pytest from 8.0.1 to 8.0.2 @dependabot (#493)
- Bump pylint from 3.0.3 to 3.1.0 @dependabot (#492)
- Bump types-requests from 2.31.0.20240125 to 2.31.0.20240218 @dependabot (#491)
- Bump pytest from 8.0.0 to 8.0.1 @dependabot (#490)
- Bump black from 24.1.1 to 24.2.0 @dependabot (#486)
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 @dependabot (#482)
- Bump pytest from 7.4.4 to 8.0.0 @dependabot (#478)
- Bump black from 24.1.0 to 24.1.1 @dependabot (#477)
🔧 Maintenance
- Fix docker build command. @raffomartini (#500)
v1.12.0
Changes
🚀 Features
- Support updated JSON format in Schwab Equity Award parser @thibwk (#467)
- Support additional Schwab labels @amaramrahul (#468)
🐛 Bug Fixes
- Fix Schwab parsing @amaramrahul (#459)
- Add pandas dependency @KapJI (#476)
- Fix bug with balance not getting updated for action REINVEST_SHARES @amaramrahul (#469)
- Correct handling when disposals exceed acquisitions in the same day (fixes #460) @vmartinv (#473)
- Update Trading212 parser, keeping it backwards compatible @vmartinv (#465)
🧱 Dependency Updates
- Bump black from 23.12.1 to 24.1.0 @dependabot (#474)
- Bump types-requests from 2.31.0.20240106 to 2.31.0.20240125 @dependabot (#472)
- Bump abatilo/actions-poetry from 2.4.0 to 3.0.0 @dependabot (#463)
- Bump jinja2 from 3.1.2 to 3.1.3 @dependabot (#462)
- Bump types-requests from 2.31.0.20231231 to 2.31.0.20240106 @dependabot (#461)
- Bump types-requests from 2.31.0.10 to 2.31.0.20231231 @dependabot (#456)
- Bump pytest from 7.4.3 to 7.4.4 @dependabot (#455)
- Bump abatilo/actions-poetry from 2.3.0 to 2.4.0 @dependabot (#454)
- Bump black from 23.12.0 to 23.12.1 @dependabot (#453)
- Bump mypy from 1.7.1 to 1.8.0 @dependabot (#452)
- Bump isort from 5.13.1 to 5.13.2 @dependabot (#450)
- Bump pylint from 3.0.2 to 3.0.3 @dependabot (#449)
v1.11.0
Changes
🚀 Features
🐛 Bug Fixes
🧱 Dependency Updates
- Bump black from 23.11.0 to 23.12.0 @dependabot (#448)
- Bump isort from 5.13.0 to 5.13.1 @dependabot (#447)
- Update dependencies @KapJI (#445)
- Bump actions/setup-python from 4 to 5 @dependabot (#444)
- Bump mypy from 1.7.0 to 1.7.1 @dependabot (#442)
- Bump mypy from 1.6.1 to 1.7.0 @dependabot (#441)
- Bump black from 23.10.1 to 23.11.0 @dependabot (#440)
v1.10.1
Changes
🐛 Bug Fixes
- Fix #407, parse new Schwab csv file @hermanho (#436)
- Schwab award report dates should always takes precedence over activity dates @ivendor (#411)
🧱 Dependency Updates
- Bump pytest from 7.4.2 to 7.4.3 @dependabot (#439)
- Bump black from 23.10.0 to 23.10.1 @dependabot (#438)
- Bump pylint from 3.0.1 to 3.0.2 @dependabot (#437)
- Bump types-requests from 2.31.0.9 to 2.31.0.10 @dependabot (#435)
- Bump mypy from 1.6.0 to 1.6.1 @dependabot (#434)
- Bump black from 23.9.1 to 23.10.0 @dependabot (#432)
- Bump types-requests from 2.31.0.8 to 2.31.0.9 @dependabot (#431)
- Bump pre-commit from 3.4.0 to 3.5.0 @dependabot (#430)
- Bump mypy from 1.5.1 to 1.6.0 @dependabot (#429)
- Bump pylint from 3.0.0 to 3.0.1 @dependabot (#428)
- Bump types-requests from 2.31.0.7 to 2.31.0.8 @dependabot (#427)
- Bump pylint from 2.17.7 to 3.0.0 @dependabot (#426)
- Bump codespell from 2.2.5 to 2.2.6 @dependabot (#425)
- Bump pylint from 2.17.6 to 2.17.7 @dependabot (#424)
- Bump types-requests from 2.31.0.6 to 2.31.0.7 @dependabot (#423)
- Bump types-requests from 2.31.0.5 to 2.31.0.6 @dependabot (#422)
- Bump flake8-simplify from 0.20.0 to 0.21.0 @dependabot (#420)
- Bump types-requests from 2.31.0.3 to 2.31.0.5 @dependabot (#421)
- Bump pylint from 2.17.5 to 2.17.6 @dependabot (#419)
- Bump types-requests from 2.31.0.2 to 2.31.0.3 @dependabot (#418)
- Bump black from 23.7.0 to 23.9.1 @dependabot (#417)
- Bump pytest from 7.4.1 to 7.4.2 @dependabot (#415)
- Bump pre-commit from 3.3.3 to 3.4.0 @dependabot (#414)
- Bump pytest from 7.4.0 to 7.4.1 @dependabot (#413)
- Bump mypy from 1.5.0 to 1.5.1 @dependabot (#409)
- Bump mypy from 1.4.1 to 1.5.0 @dependabot (#408)
- Bump pylint from 2.17.4 to 2.17.5 @dependabot (#406)
- Bump types-requests from 2.31.0.1 to 2.31.0.2 @dependabot (#405)
- Bump black from 23.3.0 to 23.7.0 @dependabot (#404)
- Bump flake8-comprehensions from 3.13.0 to 3.14.0 @dependabot (#403)
- Bump pandas from 2.0.2 to 2.0.3 @dependabot (#402)
- Bump mypy from 1.4.0 to 1.4.1 @dependabot (#400)
🔧 Maintenance
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#433)
- Bump actions/checkout from 3 to 4 @dependabot (#412)
- Bump crazy-max/ghaction-github-labeler from 4.2.0 to 5.0.0 @dependabot (#416)
- Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 @dependabot (#410)
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 @dependabot (#401)
v1.10.0
Changes
🚀 Features
- Update Morgan Stanley parser @goofy57 (#399)
- Add Cash withdrawal support for Morgan Stanley @romanandreev (#394)
🧱 Dependency Updates
- Bump pytest from 7.3.2 to 7.4.0 @dependabot (#398)
- Bump mypy from 1.3.0 to 1.4.0 @dependabot (#397)
- Bump codespell from 2.2.4 to 2.2.5 @dependabot (#396)
- Bump flake8-comprehensions from 3.12.0 to 3.13.0 @dependabot (#395)
- Bump pre-commit from 3.3.2 to 3.3.3 @dependabot (#392)
- Bump pytest from 7.3.1 to 7.3.2 @dependabot (#391)
- Bump pandas from 2.0.1 to 2.0.2 @dependabot (#390)
- Bump types-requests from 2.31.0.0 to 2.31.0.1 @dependabot (#389)
- Bump types-requests from 2.30.0.0 to 2.31.0.0 @dependabot (#388)
- Bump requests from 2.30.0 to 2.31.0 @dependabot (#387)
v1.9.1
Changes
🐛 Bug Fixes
- Fix allowance for 2023/24 @KapJI (#386)
- Add the Wire Sent transfer action to the Schwab parser @a-square (#349)
📔 Documentation
🧱 Dependency Updates
- Bump pre-commit from 3.3.1 to 3.3.2 @dependabot (#384)
- Bump mypy from 1.2.0 to 1.3.0 @dependabot (#383)
- Bump pylint from 2.17.3 to 2.17.4 @dependabot (#382)
- Bump types-requests from 2.29.0.0 to 2.30.0.0 @dependabot (#381)
- Bump requests from 2.29.0 to 2.30.0 @dependabot (#380)
- Bump pre-commit from 3.2.2 to 3.3.1 @dependabot (#379)
- Bump types-requests from 2.28.11.17 to 2.29.0.0 @dependabot (#378)
- Bump requests from 2.28.2 to 2.29.0 @dependabot (#377)
- Bump pylint from 2.17.2 to 2.17.3 @dependabot (#376)
- Bump pandas from 2.0.0 to 2.0.1 @dependabot (#375)
- Bump pytest from 7.3.0 to 7.3.1 @dependabot (#374)
- Bump flake8-comprehensions from 3.11.1 to 3.12.0 @dependabot (#373)
- Bump pytest from 7.2.2 to 7.3.0 @dependabot (#372)
- Bump mypy from 1.1.1 to 1.2.0 @dependabot (#371)
- Bump pandas from 1.5.3 to 2.0.0 @dependabot (#369)
- Bump pre-commit from 3.2.1 to 3.2.2 @dependabot (#370)
- Bump pylint from 2.17.1 to 2.17.2 @dependabot (#368)
- Bump flake8-simplify from 0.19.3 to 0.20.0 @dependabot (#367)
- Bump black from 23.1.0 to 23.3.0 @dependabot (#366)
- Bump types-requests from 2.28.11.16 to 2.28.11.17 @dependabot (#365)
- Bump pre-commit from 3.2.0 to 3.2.1 @dependabot (#364)
- Bump types-requests from 2.28.11.15 to 2.28.11.16 @dependabot (#363)
- Bump pylint from 2.17.0 to 2.17.1 @dependabot (#362)
- Bump flake8-comprehensions from 3.11.0 to 3.11.1 @dependabot (#361)
- Bump flake8-comprehensions from 3.10.1 to 3.11.0 @dependabot (#360)
- Bump pre-commit from 3.1.1 to 3.2.0 @dependabot (#359)
- Bump flake8-bugbear from 23.2.13 to 23.3.12 @dependabot (#358)
- Bump codespell from 2.2.2 to 2.2.4 @dependabot (#357)
- Bump pylint from 2.16.4 to 2.17.0 @dependabot (#356)
- Bump mypy from 1.0.1 to 1.1.1 @dependabot (#355)
- Bump pytest from 7.2.1 to 7.2.2 @dependabot (#354)
- Bump pylint from 2.16.3 to 2.16.4 @dependabot (#353)
- Bump pylint from 2.16.2 to 2.16.3 @dependabot (#352)
- Bump pre-commit from 3.1.0 to 3.1.1 @dependabot (#351)
- Bump types-requests from 2.28.11.14 to 2.28.11.15 @dependabot (#350)
- Bump pre-commit from 3.0.4 to 3.1.0 @dependabot (#347)
- Bump types-requests from 2.28.11.13 to 2.28.11.14 @dependabot (#346)
- Bump mypy from 1.0.0 to 1.0.1 @dependabot (#344)
- Bump types-requests from 2.28.11.12 to 2.28.11.13 @dependabot (#343)
- Bump flake8-bugbear from 23.1.20 to 23.2.13 @dependabot (#342)
- Bump pylint from 2.16.1 to 2.16.2 @dependabot (#341)
- Bump mypy from 0.991 to 1.0.0 @dependabot (#339)
- Bump types-requests from 2.28.11.8 to 2.28.11.12 @dependabot (#340)
- Bump pre-commit from 3.0.3 to 3.0.4 @dependabot (#338)
- Bump pylint from 2.16.0 to 2.16.1 @dependabot (#336)
- Bump pre-commit from 3.0.2 to 3.0.3 @dependabot (#335)
🔧 Maintenance
- Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 @dependabot (#348)
- Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 @dependabot (#345)
v1.9.0
Changes
- Bump pylint from 2.15.10 to 2.16.0 @dependabot (#332)
🚀 Features
- Add minimal support for stock splits @KapJI (#333)
- Add basic support for ticker renames @KapJI (#325)
- Add allowances for 2022 and 2023 @KapJI (#324)
🐛 Bug Fixes
📔 Documentation
🏅 Code Quality Improvements
🧱 Dependency Updates
- Bump black from 22.12.0 to 23.1.0 @dependabot (#331)
- Bump pre-commit from 3.0.1 to 3.0.2 @dependabot (#330)
- Bump isort from 5.11.4 to 5.12.0 @dependabot (#329)
- Bump pre-commit from 3.0.0 to 3.0.1 @dependabot (#328)
- Bump flake8-docstrings from 1.6.0 to 1.7.0 @dependabot (#326)
- Bump pre-commit from 2.21.0 to 3.0.0 @dependabot (#322)
- Bump pandas from 1.5.2 to 1.5.3 @dependabot (#320)
v1.8.0
Changes
🚀 Features
🐛 Bug Fixes
- Support 8 columns in Schwab transactions CSV @KapJI (#319)
- Increase decimal precision. @thibwk (#305)
📔 Documentation
🏅 Code Quality Improvements
🧱 Dependency Updates
- Bump pylint from 2.15.6 to 2.15.10 @dependabot (#318)
- Bump flake8-bugbear from 22.12.6 to 23.1.20 @dependabot (#317)
- Bump requests from 2.28.1 to 2.28.2 @dependabot (#311)
- Bump pytest from 7.2.0 to 7.2.1 @dependabot (#313)
- Bump types-requests from 2.28.11.7 to 2.28.11.8 @dependabot (#315)
- Bump pre-commit from 2.20.0 to 2.21.0 @dependabot (#308)
- Bump isort from 5.11.3 to 5.11.4 @dependabot (#304)
- Bump types-requests from 2.28.11.6 to 2.28.11.7 @dependabot (#303)
- Bump types-requests from 2.28.11.5 to 2.28.11.6 @dependabot (#302)
- Bump isort from 5.11.2 to 5.11.3 @dependabot (#301)
- Bump isort from 5.11.1 to 5.11.2 @dependabot (#300)
- Bump isort from 5.10.1 to 5.11.1 @dependabot (#299)
- Bump black from 22.10.0 to 22.12.0 @dependabot (#298)
- Bump flake8-bugbear from 22.10.27 to 22.12.6 @dependabot (#297)
- Bump pandas from 1.5.1 to 1.5.2 @dependabot (#294)
- Bump pylint from 2.15.5 to 2.15.6 @dependabot (#293)
- Bump mypy from 0.990 to 0.991 @dependabot (#290)
- Bump types-requests from 2.28.11.2 to 2.28.11.4 @dependabot (#289)
- Bump mypy from 0.982 to 0.990 @dependabot (#288)
- Bump flake8-comprehensions from 3.10.0 to 3.10.1 @dependabot (#287)
- Bump flake8-bugbear from 22.10.25 to 22.10.27 @dependabot (#286)
- Bump flake8-bugbear from 22.9.23 to 22.10.25 @dependabot (#285)
- Bump pytest from 7.1.3 to 7.2.0 @dependabot (#284)
- Bump pylint from 2.15.4 to 2.15.5 @dependabot (#283)
- Bump pandas from 1.5.0 to 1.5.1 @dependabot (#282)
- Bump codespell from 2.2.1 to 2.2.2 @dependabot (#280)
🔧 Maintenance
- Bump poetry to 1.3.2 @KapJI (#316)
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 @dependabot (#310)
- Bump abatilo/actions-poetry from 2.1.6 to 2.2.0 @dependabot (#295)
- Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 @dependabot (#281)
- Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 @dependabot (#279)
v1.7.0
Changes
🚀 Features
🧱 Dependency Updates
- Bump pylint from 2.15.3 to 2.15.4 @dependabot (#276)
- Bump types-requests from 2.28.11.1 to 2.28.11.2 @dependabot (#275)
- Bump black from 22.8.0 to 22.10.0 @dependabot (#274)
- Bump types-requests from 2.28.11 to 2.28.11.1 @dependabot (#273)
- Bump mypy from 0.981 to 0.982 @dependabot (#272)
- Bump mypy from 0.971 to 0.981 @dependabot (#271)
- Bump flake8-bugbear from 22.9.11 to 22.9.23 @dependabot (#270)
- Bump types-requests from 2.28.10 to 2.28.11 @dependabot (#269)
- Bump pylint from 2.15.2 to 2.15.3 @dependabot (#268)
- Bump flake8-bugbear from 22.8.23 to 22.9.11 @dependabot (#265)
- Bump types-requests from 2.28.9 to 2.28.10 @dependabot (#264)
- Bump pylint from 2.15.0 to 2.15.2 @dependabot (#262)
- Bump pylint from 2.14.5 to 2.15.0 @dependabot (#259)
- Bump pytest from 7.1.2 to 7.1.3 @dependabot (#261)
- Bump black from 22.6.0 to 22.8.0 @dependabot (#260)
- Bump flake8-bugbear from 22.8.22 to 22.8.23 @dependabot (#258)
- Bump flake8-bugbear from 22.7.1 to 22.8.22 @dependabot (#256)
🔧 Maintenance
- Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 @dependabot (#267)
- Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 @dependabot (#257)
v1.6.0
Changes
🚀 Features
- Show average unit price in calculations PDF. @thibwk (#252)
- Add 2021 capital gain allowance. @thibwk (#251)
🧱 Dependency Updates
- Bump flake8 from 4.0.1 to 5.0.4 @dependabot (#250)
- Bump codespell from 2.1.0 to 2.2.1 @dependabot (#255)
- Bump types-requests from 2.28.8 to 2.28.9 @dependabot (#254)
- Bump flake8-use-pathlib from 0.2.1 to 0.3.0 @dependabot (#248)
- Bump types-requests from 2.28.7 to 2.28.8 @dependabot (#247)
- Bump types-requests from 2.28.6 to 2.28.7 @dependabot (#246)
- Bump types-requests from 2.28.5 to 2.28.6 @dependabot (#245)
- Bump flake8-simplify from 0.19.2 to 0.19.3 @dependabot (#244)
- Bump flake8-use-fstring from 1.3 to 1.4 @dependabot (#243)
- Bump types-requests from 2.28.3 to 2.28.5 @dependabot (#242)
- Bump types-requests from 2.28.2 to 2.28.3 @dependabot (#241)
- Bump types-requests from 2.28.1 to 2.28.2 @dependabot (#240)
- Bump mypy from 0.961 to 0.971 @dependabot (#239)
- Bump pylint from 2.14.4 to 2.14.5 @dependabot (#238)
- Bump types-requests from 2.28.0 to 2.28.1 @dependabot (#237)
- Bump pre-commit from 2.19.0 to 2.20.0 @dependabot (#236)
- Bump flake8-bugbear from 22.6.22 to 22.7.1 @dependabot (#235)
- Bump pylint from 2.14.3 to 2.14.4 @dependabot (#234)
- Bump requests from 2.28.0 to 2.28.1 @dependabot (#233)
- Bump black from 22.3.0 to 22.6.0 @dependabot (#232)
- Bump types-requests from 2.27.31 to 2.28.0 @dependabot (#231)
- Bump flake8-bugbear from 22.4.25 to 22.6.22 @dependabot (#229)
- Bump types-requests from 2.27.30 to 2.27.31 @dependabot (#228)
- Bump pylint from 2.14.2 to 2.14.3 @dependabot (#227)
- Bump flake8-simplify from 0.18.1 to 0.19.2 @dependabot (#226)
- Bump pylint from 2.14.1 to 2.14.2 @dependabot (#225)
- Bump requests from 2.27.1 to 2.28.0 @dependabot (#224)
- Bump pylint from 2.14.0 to 2.14.1 @dependabot (#222)
- Bump mypy from 0.960 to 0.961 @dependabot (#221)
- Bump types-requests from 2.27.29 to 2.27.30 @dependabot (#220)
- Bump pylint from 2.13.9 to 2.14.0 @dependabot (#219)
- Bump types-requests from 2.27.27 to 2.27.29 @dependabot (#218)
- Bump mypy from 0.950 to 0.960 @dependabot (#216)
- Bump flake8-comprehensions from 3.9.0 to 3.10.0 @dependabot (#215)
- Bump types-requests from 2.27.26 to 2.27.27 @dependabot (#214)
- Bump types-requests from 2.27.25 to 2.27.26 @dependabot (#213)
- Bump pylint from 2.13.8 to 2.13.9 @dependabot (#212)
- Bump flake8-comprehensions from 3.8.0 to 3.9.0 @dependabot (#211)
- Bump pre-commit from 2.18.1 to 2.19.0 @dependabot (#209)
- Bump jinja2 from 3.1.1 to 3.1.2 @dependabot (#208)
- Bump types-requests from 2.27.24 to 2.27.25 @dependabot (#207)
- Bump pylint from 2.13.7 to 2.13.8 @dependabot (#206)
- Bump mypy from 0.942 to 0.950 @dependabot (#205)
- Bump types-requests from 2.27.22 to 2.27.24 @dependabot (#204)
- Bump types-requests from 2.27.20 to 2.27.22 @dependabot (#203)
- Bump pytest from 7.1.1 to 7.1.2 @dependabot (#202)
- Bump flake8-bugbear from 22.3.23 to 22.4.25 @dependabot (#201)
- Bump types-requests from 2.27.19 to 2.27.20 @dependabot (#200)
- Bump pylint from 2.13.5 to 2.13.7 @dependabot (#199)
- Bump types-requests from 2.27.16 to 2.27.19 @dependabot (#198)
- Bump pylint from 2.13.4 to 2.13.5 @dependabot (#197)
- Bump pre-commit from 2.17.0 to 2.18.1 @dependabot (#196)
- Bump types-requests from 2.27.15 to 2.27.16 @dependabot (#195)
- Bump pylint from 2.13.3 to 2.13.4 @dependabot (#194)
- Bump black from 22.1.0 to 22.3.0 @dependabot (#193)
- Bump pylint from 2.13.2 to 2.13.3 @dependabot (#192)
- Bump jinja2 from 3.1.0 to 3.1.1 @dependabot (#191)
- Bump pylint from 2.13.0 to 2.13.2 @dependabot (#189)
- Bump types-requests from 2.27.14 to 2.27.15 @dependabot (#188)
- Bump mypy from 0.941 to 0.942 @dependabot (#187)
- Bump pylint from 2.12.2 to 2.13.0 @dependabot (#186)
- Bump jinja2 from 3.0.3 to 3.1.0 @dependabot (#185)
- Bump flake8-bugbear from 22.3.20 to 22.3.23 @dependabot (#184)
- Bump flake8-bugbear from 22.1.11 to 22.3.20 @dependabot (#183)
- Bump types-requests from 2.27.13 to 2.27.14 @dependabot (#182)
- Bump pytest from 7.1.0 to 7.1.1 @dependabot (#181)
- Bump types-requests from 2.27.12 to 2.27.13 @dependabot (#180)
- Bump mypy from 0.940 to 0.941 @dependabot (#179)
- Bump types-requests from 2.27.11 to 2.27.12 @dependabot (#178)
- Bump pytest from 7.0.1 to 7.1.0 @dependabot (#177)
- Bump mypy from 0.931 to 0.940 @dependabot (#176)
- Bump flake8-simplify from 0.18.0 to 0.18.1 @dependabot (#172)
- Bump types-requests from 2.27.10 to 2.27.11 @dependabot (#171)
- Bump flake8-simplify from 0.17.1 to 0.18.0 @dependabot (#170)
- Bump flake8-simplify from 0.17.0 to 0.17.1 @dependabot (#169)
- Bump types-requests from 2.27.9 to 2.27.10 @dependabot (#168)
- Bump flake8-simplify from 0.15.2 to 0.17.0 @dependabot (#167)
- Bump pytest from 7.0.0 to 7.0.1 @dependabot (#166)
- Bump types-requests from 2.27.8 to 2.27.9 @dependabot (#165)
- Bump flake8-simplify from 0.15.1 to 0.15.2 @dependabot (#164)
- Bump pytest from 6.2.5 to 7.0.0 @dependabot (#162)
- Bump black from 21.12b0 to 22.1.0 @dependabot (#159)
- Bump types-requests from 2.27.7 to 2.27.8 @dependabot (#158)
🔧 Maintenance
- Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 @dependabot (#249)
- Bump abatilo/actions-poetry from 2.1.4 to 2.1.5 @dependabot (#230)
- Bump actions/setup-python from 3 to 4 @dependabot (#223)
- Bump crazy-max/ghaction-github-labeler from 3.1.1 to 4.0.0 @dependabot (#217)
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 @dependabot (#210)
- Bump actions/checkout from 2.4.0 to 3 @dependabot (#174)
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 @dependabot (#175)
- Bump actions/setup-python from 2.3.2 to 3 @dependabot (#173)
- Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 @dependabot (#163)
- Bump release-drafter/release-drafter from 5.17.6 to 5.18.0 @dependabot (#161)
- Bump actions/setup-python from 2.3.1 to 2.3.2 @dependabot (#160)