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

fix(warning_filter): remove deprecation warning #133

Merged
merged 2 commits into from
Nov 5, 2023
Merged

fix(warning_filter): remove deprecation warning #133

merged 2 commits into from
Nov 5, 2023

Conversation

DariuszPorowski
Copy link
Owner

@DariuszPorowski DariuszPorowski commented Nov 5, 2023

๐Ÿ’Œ Description

๐Ÿ”— Related issue

๐Ÿ—๏ธ Type of change

  • ๐Ÿ“š Examples / docs / tutorials
  • ๐Ÿ› Bug fix (non-breaking change which fixes an issue)
  • ๐Ÿฅ‚ Improvement (non-breaking change which improves an existing feature)
  • ๐Ÿš€ New feature (non-breaking change which adds functionality)
  • ๐Ÿ’ฅ Breaking change (fix or feature that would cause existing functionality to change)
  • ๐Ÿšจ Security fix
  • โฌ†๏ธ Dependencies update

โœ… Checklist

  • I've read the Code of Conduct document.
  • I've read the Contributing guide.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.

@DariuszPorowski DariuszPorowski self-assigned this Nov 5, 2023
Copy link

github-actions bot commented Nov 5, 2023

Dependency Review

The following issues were found:
  • โœ… 0 vulnerable package(s)
  • โœ… 0 package(s) with incompatible licenses
  • โœ… 0 package(s) with invalid SPDX license definitions
  • โš ๏ธ 7 package(s) with unknown licenses.
See the Details below.

License Issues

poetry.lock

PackageVersionLicenseIssue Type
markdown3.5.1NullUnknown License
mypy1.6.1NullUnknown License
packaging23.2NullUnknown License
pycodestyle2.11.1NullUnknown License
pymdown-extensions10.3.1NullUnknown License
regex2023.10.3NullUnknown License
typing-extensions4.8.0NullUnknown License

Scanned Manifest Files

poetry.lock
pyproject.toml
  • mkdocs@^ 1.5.3
  • pyyaml@^ 6.0.1
  • mkdocs@^ 1.4.3
  • pyyaml@>= 5.1,< 7

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #133 (3a16e54) into main (fee7ec8) will decrease coverage by 0.77%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   19.15%   18.39%   -0.77%     
==========================================
  Files           6        6              
  Lines         214      212       -2     
==========================================
- Hits           41       39       -2     
  Misses        173      173              
Files Coverage ฮ”
mkdocs_file_filter_plugin/logger.py 86.66% <รธ> (-1.57%) โฌ‡๏ธ

@DariuszPorowski DariuszPorowski merged commit e1e91dd into main Nov 5, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: DeprecationWarning for warning_filter
1 participant