AutisticShark / Chevereto-Telegram-Bot

Python Telegram Bot for Chevereto
https://t.me/jpg_dog_bot
GNU General Public License v3.0
7 stars 1 forks source link

Bump python-magic from 0.4.15 to 0.4.18 #3

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps python-magic from 0.4.15 to 0.4.18.

Changelog

Sourced from python-magic's changelog.

Changes in 0.4.18

  • Make bindings for magic_[set|get]param optional, and throw NotImplementedError if they are used but not supported. Only call setparam() in the constructor if it's supported. This prevents breakage on CentOS7 which uses an old version of libmagic.

  • Add tests for CentOS 7 & 8

Changes in 0.4.16 and 0.4.17

  • add MAGIC_MIME_TYPE constant, use that in preference to MAGIC_MIME internally. This sets up for a breaking change in a future major version bump where MAGIC_MIME will change to mathch magic.h.

  • add magic.version() function to return library version

  • add setparam/getparam to control internal behavior

  • increase internal limits with setparam to prevent spurious error on some jpeg files

  • various setup.py improvements to declare modern python support

  • support MSYS2 magic dlls

  • fix warning about using 'is' on an int in python 3.8

  • include tests in source distribution

  • many test improvements: -- tox runner support -- remove deprecated test_suite field from setup.py -- docker tests that cover all LTS ubuntu versions -- add test for snapp file identification

  • doc improvements -- document dependency install process for debian -- various typos -- document test running process

Commits
  • 440beb4 bump version to 0.4.18
  • 0625807 Make magic_[version|setparam|getparam] optional
  • d022a14 Add docker tests for centos7 & 8
  • 406ca1c bump version to 0.4.17
  • feae58b - update tox config to run w/out setup.py
  • 62f4c78 Update for deprecation of testing in setup.py
  • bc53bc5 Partial fix for PR #70
  • ce46593 debian install instructions
  • cd8fb9d Improve test coverage
  • 8ed5dc4 Add alternative output for Parquet file
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)