Skip to content

build(deps): bump protego from 0.1.16 to 0.6.2 in /src/test/resources/msc/python - #574

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/test/resources/msc/python/protego-0.6.2
Open

build(deps): bump protego from 0.1.16 to 0.6.2 in /src/test/resources/msc/python#574
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/src/test/resources/msc/python/protego-0.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps protego from 0.1.16 to 0.6.2.

Release notes

Sourced from protego's releases.

0.6.2

Fixed a ReDoS (regular expression denial of service) vulnerability: URL patterns from robots.txt Allow and Disallow directives were compiled into regular expressions, where multiple * wildcards could cause exponential backtracking. A server could exploit this to cause denial of service by serving a crafted robots.txt file. Wildcard matching is now performed without regular expressions. Please, see the CVE-2026-55520 and GHSA-wjmf-p669-5m5p security advisories for more information.

0.6.1

  • Fixed parsing of Request-rate values where the seconds field has no time-unit suffix (e.g. 1/60 instead of 1/60s). Previously the last digit of the number was silently dropped.

0.6.0

  • Added official support for Python 3.14.
  • Dropped support for Python 3.9 and PyPy 3.10.
  • CI fixes and improvements.

0.5.0

  • Restructured the code, splitting the single protego.py file into multiple modules. The public API remains the same but some internal names may now be available at different import paths.
  • Added type hints and py.typed.
  • Added official support for PyPy 3.11.
  • Switched the build backend from setuptools to hatchling.
  • Switched from setup.py to pyproject.toml.
  • CI fixes and improvements.

0.4.0

  • Dropped Python 3.8 support, added official Python 3.13 support.
  • Added support for //-prefixed URLs.
  • Improved the rendering of the README.rst code snippets in GitHub.

0.3.1

  • Added official support for Python 3.12.

  • = is no longer percent-encoded in patterns, fixing many scenarios where patterns included query strings.

0.3.0

  • Changed requirements:

    • Dropped support for Python 2.7, 3.5, 3.6, and 3.7, and added support for 3.11 and for the upcoming 3.12.

    • six is no longer a dependency.

  • Added support for the Visit-Time directive.

  • Fixed leading asterisks in allow and disallow values not being properly

... (truncated)

Changelog

Sourced from protego's changelog.

0.6.2 (2026-06-25)

  • Fixed a ReDoS (regular expression denial of service) vulnerability: URL patterns from robots.txt Allow and Disallow directives were compiled into regular expressions, where multiple * wildcards could cause exponential backtracking. A server could exploit this to cause denial of service by serving a crafted robots.txt file. Wildcard matching is now performed without regular expressions. Please, see the CVE-2026-55520_ and GHSA-wjmf-p669-5m5p_ security advisories for more information.

.. _CVE-2026-55520: https://www.cve.org/CVERecord?id=CVE-2026-55520 .. _GHSA-wjmf-p669-5m5p: GHSA-wjmf-p669-5m5p

0.6.1 (2026-06-11)

  • Fixed parsing of Request-rate values where the seconds field has no time-unit suffix (e.g. 1/60 instead of 1/60s). Previously the last digit of the number was silently dropped.

0.6.0 (2026-01-29)

  • Added official support for Python 3.14.

  • Dropped support for Python 3.9 and PyPy 3.10.

  • CI fixes and improvements.

0.5.0 (2025-06-24)

  • Restructured the code, splitting the single protego.py file into multiple modules. The public API remains the same but some internal names may now be available at different import paths.

  • Added type hints and py.typed.

  • Added official support for PyPy 3.11.

  • Switched the build backend from setuptools to hatchling.

  • Switched from setup.py to pyproject.toml.

  • CI fixes and improvements.

0.4.0 (2024-11-15)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [protego](https://github.com/scrapy/protego) from 0.1.16 to 0.6.2.
- [Release notes](https://github.com/scrapy/protego/releases)
- [Changelog](https://github.com/scrapy/protego/blob/master/CHANGELOG.rst)
- [Commits](scrapy/protego@0.1.16...0.6.2)

---
updated-dependencies:
- dependency-name: protego
  dependency-version: 0.6.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Test Results

602 tests   602 ✅  1m 39s ⏱️
 37 suites    0 💤
 37 files      0 ❌

Results for commit d6dc632.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@ee34f36). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #574   +/-   ##
=======================================
  Coverage        ?   69.54%           
  Complexity      ?     1044           
=======================================
  Files           ?       66           
  Lines           ?     4371           
  Branches        ?      774           
=======================================
  Hits            ?     3040           
  Misses          ?      985           
  Partials        ?      346           
Flag Coverage Δ
integration-tests 69.54% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant