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 fake-useragent from 0.1.11 to 1.1.3 #18

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2023

Bumps fake-useragent from 0.1.11 to 1.1.3.

Release notes

Sourced from fake-useragent's releases.

Release v1.1.3

  • Update deps

Release v1.1.2

  • Security release update

Release v1.1.1

  • Remove white spaces from user agent strings, this is a patch release

Release v1.1.0

  • Add pkg_resource as fallback mechanism in trying to retrieve the local JSON data file

Release v1.0.1 - Patch fix

Bug fix release.

  • Add importlib-metadata & importlib-resources as dependencies
  • Check on specific Python version regarding the importlib resources (python v3.10 or higher) in order to have files() working
  • importlib_metadata should now also work on Python version before 3.8
  • Remove obsolete MANIFEST.in file

Release v1.0.0

Finally, a major release! Version 1.0.0 stable. I hope you like it.

  • Make the JSON Lines data file part of the Python package, data is retrieved locally
    • Extend the myproject.toml file with package-data support
  • Remove centralized caching server implementation
  • Make real unit-tests which should run reliable, fast, independent and without Internet connection

Release v0.1.14

Changes:

  • Improve code quality standards using modern Python >=3.7 syntax
  • Migrated to pyproject.toml build system format + syntax check
  • Add additional classifiers to the toml file
  • Improved tox.ini file
  • Improved GitHub Actions job using pip cache
  • And various small fixes

Release v0.1.13

We have now a separate GitHub Organization for hosting the fake-useragent repo.

Changes in 0.1.13:

  • Implement browsers argument, allowing you to override the browser names you want to use
  • Fix browser listing of Internet Explorer and Edge
  • Don't depend on w3schools.com anymore
  • Clean-up data (temp) file format
  • Update fallback cache server URL / use JSON Lines as file format
  • Move to GitHub Actions instead of Travis
  • Deployment done via GitHub Actions as well
  • Using black Python formatter in favour of Flake
Commits
  • 6e01cea Minor update release
  • e93436c Merge pull request #170 from fake-useragent/update_deps
  • 5e9d53d Remove python 3.7 from tox as well
  • b46a703 Minor release
  • d8164ef 3.12 is too soon for GH Actions ;(
  • 040072f Remove 3.7. Add 3.12 to the tests
  • 960b07b Fix rebase
  • d95d689 Update scraper python requirements deps
  • 076e114 Update requirements pip packages first
  • 82b8210 Merge pull request #171 from cclauss/patch-3
  • Additional commits viewable in compare view

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 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)

Bumps [fake-useragent](https://github.com/fake-useragent/fake-useragent) from 0.1.11 to 1.1.3.
- [Release notes](https://github.com/fake-useragent/fake-useragent/releases)
- [Commits](fake-useragent/fake-useragent@0.1.11...1.1.3)

---
updated-dependencies:
- dependency-name: fake-useragent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 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