Browserist

Latest version: v1.6.22

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

Scan your dependencies

Page 1 of 12

1.6.22

What's Changed
* Bump pytest-cov from 5.0.0 to 6.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/720
* Bump mkdocs-material from 9.5.42 to 9.5.43 by dependabot in https://github.com/jakob-bagterp/browserist/pull/721
* Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/724
* Bump peter-evans/repository-dispatch from 2 to 3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/723
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/jakob-bagterp/browserist/pull/725
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/727
* Bump selenium from 4.25.0 to 4.26.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/722
* Bump actions/checkout from 2 to 4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/726


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.21...v1.6.22

1.6.21

**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.20...v1.6.21

1.6.20

What's Changed
* Bump mkdocs-material from 9.5.39 to 9.5.40 by dependabot in https://github.com/jakob-bagterp/browserist/pull/698
* Bump mkdocstrings from 0.26.1 to 0.26.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/697
* Bump coverage from 7.6.1 to 7.6.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/699
* Bump mkdocstrings-python from 1.11.1 to 1.12.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/700
* Bump pre-commit from 4.0.0 to 4.0.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/701
* Documentation: Add tip for getting page source from single-page applications (SPAs) by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/702
* Bump mkdocs-material from 9.5.40 to 9.5.42 by dependabot in https://github.com/jakob-bagterp/browserist/pull/703
* Bump tox from 4.21.2 to 4.23.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/704
* Bump mypy from 1.11.2 to 1.12.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/705
* Bump coverage from 7.6.3 to 7.6.4 by dependabot in https://github.com/jakob-bagterp/browserist/pull/706
* Bump mkdocstrings-python from 1.12.0 to 1.12.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/707
* Bump mypy from 1.12.1 to 1.13.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/711
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.9 to 1.3.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/709
* Bump keyring from 25.4.1 to 25.5.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/712
* Bump tox from 4.23.0 to 4.23.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/708
* Bump pillow from 10.4.0 to 11.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/710
* Documentation: Update section on browser support by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/714
* Documentation: Update and add color to comparison table by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/715
* Documentation: Split settings from user guide and move to separate section by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/716
* Documentation: Add code examples to SEO XPath cheatsheet by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/717
* Feature: Add new .editorconfig for configuration of coding style by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/718
* Feature: Add workflow for automated release by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/719


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.19...v1.6.20

1.6.19

What's Changed
Breaking Changes
* Refactor: Group get page source and element HTML methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/693

New Features
* Feature: Add support for Python 3.13 by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/694


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.18...v1.6.19

1.6.18

What's Changed
New Features
* Feature: Add get element inner and outer HTML methods by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/692

Fixes and Updates
* Fix: Failing tests of setting user agent per session by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/691


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.17...v1.6.18

1.6.17

What's Changed
New Features
* Feature: Add get page source method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/685
* Feature: Add option to set user agent by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/687

Fixes and Updates
* Refactor: Refactor and add docstring to compile_comparison_to_regex_pattern() URL helper method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/672
* Refactor: Add missing type hint to disable network test function by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/690
* Refactor: Corrected internal naming of execute script method by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/686

Documentation
* Documentation: Add ownership meta tag for Google Search Console by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/676
* Documentation: Add robots.txt to enhance SEO by jakob-bagterp in https://github.com/jakob-bagterp/browserist/pull/677

Updated Dependencies
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.7 to 1.2.8 by dependabot in https://github.com/jakob-bagterp/browserist/pull/673
* Bump tox from 4.18.0 to 4.18.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/674
* Bump mkdocstrings from 0.26.0 to 0.26.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/675
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/jakob-bagterp/browserist/pull/678
* Bump mkdocs-git-revision-date-localized-plugin from 1.2.8 to 1.2.9 by dependabot in https://github.com/jakob-bagterp/browserist/pull/679
* Bump mkdocs-material from 9.5.34 to 9.5.36 by dependabot in https://github.com/jakob-bagterp/browserist/pull/680
* Bump tox from 4.18.1 to 4.20.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/681
* Bump keyring from 25.3.0 to 25.4.1 by dependabot in https://github.com/jakob-bagterp/browserist/pull/683
* Bump selenium from 4.24.0 to 4.25.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/682
* Bump mkdocs-material from 9.5.36 to 9.5.39 by dependabot in https://github.com/jakob-bagterp/browserist/pull/684
* Bump pre-commit from 3.8.0 to 4.0.0 by dependabot in https://github.com/jakob-bagterp/browserist/pull/689
* Bump tox from 4.20.0 to 4.21.2 by dependabot in https://github.com/jakob-bagterp/browserist/pull/688


**Full Changelog**: https://github.com/jakob-bagterp/browserist/compare/v1.6.16...v1.6.17

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.