Skip to content

chore(deps): bump protego from 0.3.0 to 0.6.2 in /search - #5724

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/search/protego-0.6.2
Open

chore(deps): bump protego from 0.3.0 to 0.6.2 in /search#5724
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/search/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.3.0 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.

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.3.0 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.3.0...0.6.2)

---
updated-dependencies:
- dependency-name: protego
  dependency-version: 0.6.2
  dependency-type: indirect
...

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
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 markdown/prose python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant