lasuillard / django-slack-tools

Little helpers working with Slack bot 🤖 in Django.
https://lasuillard.github.io/django-slack-tools/
MIT License
1 stars 0 forks source link

chore(deps-dev): Bump the dev-dependencies group with 2 updates #89

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 3 days ago

Updates the requirements on faker and mkdocstrings to permit the latest version. Updates faker to 30.1.0

Release notes

Sourced from faker's releases.

Release v30.1.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v30.1.0 - 2024-09-30

  • Add PIN Code range and union territories in en_IN address provider. Thanks @​wh0th3h3llam1.

v30.0.0 - 2024-09-25

  • Force the slug always be generated with ASCII characters. Thanks @​Pandede.

v29.0.0 - 2024-09-19

  • Fix pydecimal distribution when called with a range across 0. Thanks @​AlexLitvino.

v28.4.1 - 2024-09-04

  • Fix issue where Faker does not properly convert min/max float values to Decimal. Thanks @​bdjellabaldebaran.

v28.4.0 - 2024-09-04

v28.3.0 - 2024-09-04

v28.2.0 - 2024-09-04

v28.1.0 - 2024-08-30

  • Fix Incorrect City Spelling in uk_UA locale. Thanks @​ch4zzy.

v28.0.0 - 2024-08-23

  • Fix pydecimal handling of positive keyword. Thanks @​tahzeer.

v27.4.0 - 2024-08-21

v27.3.0 - 2024-08-21

v27.2.0 - 2024-08-21

v27.1.0 - 2024-08-21

... (truncated)

Commits
  • b25d2e8 Bump version: 30.0.0 → 30.1.0
  • c880961 :pencil: Update CHANGELOG.md
  • ceb7e88 Add typing_extensions to requirements
  • c26d4e8 fix dict merge operator for python 3.8
  • ea75a20 fix typing on python 3.8
  • cb36020 fix typing
  • 2a25996 Add PIN Code range and union territories in en_IN address provider (#2091)
  • e84d0a4 Update PULL_REQUEST_TEMPLATE.md
  • 8417405 Update CONTRIBUTING.rst
  • 3dc6de2 Bump version: 29.0.0 → 30.0.0
  • Additional commits viewable in compare view


Updates mkdocstrings to 0.26.1

Release notes

Sourced from mkdocstrings's releases.

0.26.1

0.26.1 - 2024-09-06

Compare with 0.26.0

Bug Fixes

  • Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57
Changelog

Sourced from mkdocstrings's changelog.

0.26.1 - 2024-09-06

Compare with 0.26.0

Bug Fixes

  • Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

0.25.2 - 2024-07-25

Compare with 0.25.1

Code Refactoring

  • Give precedence to Markdown heading level (##) (2e5f89e by Timothée Mazzucotelli).

0.25.1 - 2024-05-05

Compare with 0.25.0

Bug Fixes

0.25.0 - 2024-04-27

Compare with 0.24.3

Features

  • Support once parameter in logging methods, allowing to log a message only once with a given logger (1532b59 by Timothée Mazzucotelli).
  • Support blank line between ::: path and YAML options (d799d2f by Timothée Mazzucotelli). Issue-450

Code Refactoring

... (truncated)

Commits
  • 651d176 chore: Prepare release 0.26.1
  • db2ab34 fix: Instantiate config of the autorefs plugin when it is not enabled by the ...
  • a65035a docs: Clarify that Installation section
  • b1aa042 chore: Prepare release 0.26.0
  • b63e726 feat: Allow hooking into autorefs when converting Markdown docstrings
  • 3c878b7 chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warning
  • 28565f9 build: Upgrade Python-Markdown lower bound to 3.6
  • 52fad11 style: Format
  • c6ca522 docs: Fix dead link
  • 8041ef3 docs: Update code highlight lines
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (4f41c4e) to head (a53167c). Report is 2 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 27 27 Lines 686 686 Branches 84 84 ========================================= Hits 686 686 ``` | [Flag](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | Coverage Δ | | |---|---|---| | [django-4.2](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [django-5.0](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [django-5.1](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [python-3.10](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [python-3.11](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [python-3.12](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [python-3.8](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `100.00% <100.00%> (ø)` | | | [python-3.9](https://app.codecov.io/gh/lasuillard/django-slack-tools/pull/89/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee) | `99.85% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuchan+Lee#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.