Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urlextract from 1.0.0 to 1.8.0 #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2023

Bumps urlextract from 1.0.0 to 1.8.0.

Release notes

Sourced from urlextract's releases.

Release v1.8.0

What's Changed

New Contributors

Full Changelog: lipoja/URLExtract@v1.7.1...v1.8.0

v1.7.1

What's Changed

Full Changelog: lipoja/URLExtract@v1.7.0...v1.7.1

Release v1.7.0

What's Changed

New Contributors

Full Changelog: lipoja/URLExtract@v1.6.0...v1.7.0

Release v1.6.0

What's Changed

Full Changelog: lipoja/URLExtract@v1.5.0...v1.6.0

Release v1.5.0

What's Changed

  • Fix incorrect indices when TLD is found twice (issue #109)
  • Replace unmaintained appdirs with maintained platformdirs - by Hugo van Kemenade (issue #106)
  • update README, code style and code formatting using black - by za
  • updated list of TLDs

Release v1.4.0

... (truncated)

Changelog

Sourced from urlextract's changelog.

  • 1.8.0 (2022-12-19)

    • adding ability to filter out mixed case hostnames (issue #143)
    • adding the ability to set stop characters inside of scheme - default stop chars ':' (issue #82)
    • Fix index issue with uppercase characters in domain names - by Peng Wang
    • updated GitHub Action test - by Wu Tingfeng
  • 1.7.1 (2022-10-25)

    • fixes urlextract without authority causes AttributeError
  • 1.7.0 (2022-10-22)

    • correct handling when authority starts with @ symbol
    • remove unreserved characters from the beginning of found URL
    • added typing and mypy checkcs - by mimi89999
    • updated list of TLDs
  • 1.6.0 (2022-05-17)

    • Add a list of URLs allowed to extract (issue #125) - by khoben
    • correct order of actual and expected in tests
    • updated list of TLDs
  • 1.5.0 (2021-12-22)

    • Fix incorrect indices when TLD is found twice (issue #109)
    • Replace unmaintained appdirs with maintained platformdirs - by Hugo van Kemenade (issue #106)
    • update readme, code style and code formatting using black - by za
    • updated list of TLDs
  • 1.4.0 (2021-10-06)

    • urlextract detects URLs which start with double slash '//' (issue #94)
    • adding ability to return only URLs with schema (issue #96)
    • updated list of TLDs
  • 1.3.0 (2021-06-12)

    • fixing None of the cache directory is writable (issue #61)
    • fixes RE for IPv4 addresses - by kak-bo-che (issue #86)
    • updated list of TLDs
    • urlextract cli is telling people to report errors on GitHub
  • 1.2.0 (2020-12-08)

    • ignore space character before URL inside of enclosure (parenthesis) (issue #77)
    • case insensitive search for TLDs (issue #76)
    • removed methods get_stop_char, set_stop_char (deprecated since 0.7)
    • updated list of TLDs
  • 1.1.0 (2020-10-01)

    • possibility to return indices of found URLs - by Benoit Laures (issue #71)
    • fixed typo in error log message - by Yossi Rafelson
    • updated list of TLDs
Commits
  • 91a2969 Version 1.8.0
  • ba3de67 Update list of TLDs
  • 6d6da69 Update CHANGELOG.rst
  • 8130fd0 Adding ability to filter out mixed case hostnames
  • 60eef6a Fixing typos in strings
  • 6b2b1fc Adding the ability to set stop characters inside of scheme - default stop cha...
  • 975f29b Remove Python3.6 from test suit
  • 57611b9 Update github action triggers for tox test
  • 8ba2402 Add Python 3.11
  • 59f653c bump github actions versions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [urlextract](https://github.com/lipoja/URLExtract) from 1.0.0 to 1.8.0.
- [Release notes](https://github.com/lipoja/URLExtract/releases)
- [Changelog](https://github.com/lipoja/URLExtract/blob/master/CHANGELOG.rst)
- [Commits](lipoja/URLExtract@v1.0.0...v1.8.0)

---
updated-dependencies:
- dependency-name: urlextract
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants