-
Notifications
You must be signed in to change notification settings - Fork 20
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 the dependencies group with 17 updates #74
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 17 updates: | Package | From | To | | --- | --- | --- | | [future](https://github.com/PythonCharmers/python-future) | `0.17.1` | `1.0.0` | | [html2text](https://github.com/Alir3z4/html2text) | `2018.1.9` | `2024.2.26` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.1.0` | | [pyaml](https://github.com/mk-fg/pretty-yaml) | `18.11.0` | `25.1.0` | | [black](https://github.com/psf/black) | `23.12.1` | `24.10.0` | | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.1.1` | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.12.14` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.3.2` | `3.4.1` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [idna](https://github.com/kjd/idna) | `3.8` | `3.10` | | [lxml-html-clean](https://github.com/fedora-python/lxml_html_clean) | `0.2.0` | `0.4.1` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.12.1` | | [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` | | [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.3.0` | Updates `future` from 0.17.1 to 1.0.0 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.17.1...v1.0.0) Updates `html2text` from 2018.1.9 to 2024.2.26 - [Release notes](https://github.com/Alir3z4/html2text/releases) - [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst) - [Commits](Alir3z4/html2text@2018.1.9...2024.2.26) Updates `pillow` from 10.4.0 to 11.1.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.4.0...11.1.0) Updates `pyaml` from 18.11.0 to 25.1.0 - [Commits](https://github.com/mk-fg/pretty-yaml/commits/25.1.0) Updates `black` from 23.12.1 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.10.0) Updates `flake8` from 6.1.0 to 7.1.1 - [Commits](PyCQA/flake8@6.1.0...7.1.1) Updates `certifi` from 2024.7.4 to 2024.12.14 - [Commits](certifi/python-certifi@2024.07.04...2024.12.14) Updates `charset-normalizer` from 3.3.2 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.1) Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.10) Updates `lxml-html-clean` from 0.2.0 to 0.4.1 - [Changelog](https://github.com/fedora-python/lxml_html_clean/blob/main/CHANGES.rst) - [Commits](fedora-python/lxml_html_clean@0.2.0...0.4.1) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `platformdirs` from 4.2.2 to 4.3.6 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.2...4.3.6) Updates `pycodestyle` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.11.1...2.12.1) Updates `pyflakes` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.1.0...3.2.0) Updates `six` from 1.16.0 to 1.17.0 - [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES) - [Commits](benjaminp/six@1.16.0...1.17.0) Updates `urllib3` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.3.0) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: html2text dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pyaml dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: charset-normalizer dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: click dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lxml-html-clean dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pycodestyle dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyflakes dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: six dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jan 6, 2025
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
python
Pull requests that update Python code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 17 updates:
0.17.1
1.0.0
2018.1.9
2024.2.26
10.4.0
11.1.0
18.11.0
25.1.0
23.12.1
24.10.0
6.1.0
7.1.1
2024.7.4
2024.12.14
3.3.2
3.4.1
8.1.7
8.1.8
3.8
3.10
0.2.0
0.4.1
24.1
24.2
4.2.2
4.3.6
2.11.1
2.12.1
3.1.0
3.2.0
1.16.0
1.17.0
2.2.2
2.3.0
Updates
future
from 0.17.1 to 1.0.0Release notes
Sourced from future's releases.
... (truncated)
Changelog
Sourced from future's changelog.
... (truncated)
Commits
2bdbfa5
Tidy up READMEa7097f8
Update docse32250e
Update docs pointing to changelogdde60ad
Move old "What's New" entries to the change logb2ea420
Remove hacky logo from docsa10a78b
Update "What's New"9f87630
Update the FAQ entries on compatibility and contributingf4a1f04
Docs: replace http links with https30c525e
Merge branch 'master' of https://github.com/PythonCharmers/python-future70b36a8
Disable Python 2.6 CI tests for nowUpdates
html2text
from 2018.1.9 to 2024.2.26Release notes
Sourced from html2text's releases.
... (truncated)
Changelog
Sourced from html2text's changelog.
... (truncated)
Commits
7ae5948
Release 2024.2.263a487dd
Update AUTHORS.rst file to include new contributors and apply some little cle...b053a5a
Fixes #409:IndexError
on empty strong mark on version. (#410)ff0db81
Release 2024.2.2542278c6
Support sup and sub html tags (#408)e375689
Improve support for null atttibute values (#406)7ba8431
Ignore <p> tags in table rows (#354)1e7cb73
Merge branch 'mborsetti-py310'12706e2
Merge branch 'py310' of github.com:mborsetti/html2text into mborsetti-py3108c15ad2
Added support Python 3.10, 3.11 and 3.12; removed older PythonUpdates
pillow
from 10.4.0 to 11.1.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
4c1aed8
11.1.0 version bumpdfb368a
Merge pull request #8651 from radarhere/blp5d998d3
Improved coverage6b75e06
Do not reread start of header in decoderb89cc09
Corrected BLP1 alpha depth handlingaa0f412
Merge pull request #8646 from radarhere/centose344271
Added CentOS Stream 1017f09f3
Merge pull request #8644 from radarhere/c99d42f22b
Added release notesc7026d9
Merge pull request #8642 from radarhere/bigtiffUpdates
pyaml
from 18.11.0 to 25.1.0Commits
Updates
black
from 23.12.1 to 24.10.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
1b2427a
Prepare release 24.10.0 (#4471)a22b1eb
Add mypyc 3.13 wheel build (#4449)b7d0e72
Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...f1a2f92
Include --unstable in cache key (#4466)8d9d18c
Fix skipping Jupyter cells with unknown %% magic (#4462)bbfdba3
Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)8fb2add
Use builtin generics (#4458)2a45cec
Fix crashes with comments in parentheses (#4453)b4d6d86
Drop Python 3.8 support (#4452)ac018c1
Require newer aiohttp for blackd (#4451)Updates
flake8
from 6.1.0 to 7.1.1Commits
cf1542c
Release 7.1.1939ea3d
Merge pull request #1949 from stephenfin/issue-1948bdcd5c2
Handle escaped braces in f-strings2a811cc
Merge pull request #1946 from Viicos/patch-110314ad
Fix wording of plugins documentation65a38c4
Release 7.1.034c97e0
Merge pull request #1939 from PyCQA/new-pycodestyledefd315
latest pycodestyle408d4d6
Merge pull request #1930 from mzagol/patch-1866ad72
Add --extend-exclude to the TOCUpdates
certifi
from 2024.7.4 to 2024.12.14Commits
4ba3900
2024.12.14 (#329)9164660
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)3dc3651
Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)c5bf18d
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)b908391
Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)bc26b41
Bump actions/checkout from 4.2.1 to 4.2.2 (#325)57afc22
Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)a495091
test against 3.13 final62f8144
Added 3.13 classifier (#322)94d23a0
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)Updates
charset-normalizer
from 3.3.2 to 3.4.1Release notes
Sourced from charset-normalizer's releases.
... (truncated)
Changelog
Sourced from charset-normalizer's changelog.
Commits
ffdf7f5
🔧 fix long description content-type inferred as rst instead of mdc7197b7
📝 fix changelog entries (#582)c390e1f
Merge pull request #581 from jawah/refresh-part-2f9d6b8c
🔒 add CODEOWNERS7ce1ef1
🔧 use ubuntu-22.04 for cibuildwheel in continuous deployment workflowdeed205
🔧 update LICENSE copyrightf11f571
🔧 include noxfile in sdist1ec7c06
🔧 update changelog14b4649
🐛 output(...) replace declarative mark using non iana compliant encoding ...1b06bc0
Merge branch 'refresh-part-2' of github.com:jawah/charset_normalizer into ref...Updates
click
from 8.1.7 to 8.1.8Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
934813e
release version 8.1.8c23223b
Add links to third-party projects enhancing Click (#2815)822d4fd
Add links to third-party projects8e7bed0
Break up arguments section (#2586)3241541
Remove some typing hints.bed0377
remove test pypi6534590
update dev dependenciesb1e392e
fix typosfdc6b02
Fix missing reset in isolation function (#2733)ffd43e9
Fixed missing reset on _compat.should_strip_ansi.Updates
idna
from 3.8 to 3.10Changelog
Sourced from idna's changelog.
Commits
729225d
Release v3.103eef168
Merge pull request #194 from kjd/revert-unicode-16ceca619
Revert Unicode 16.0.0 data updatesc43ac75
Merge pull request #191 from kjd/release-3.91b8800a
Release v3.9a1fd168
Merge pull request #190 from kjd/unicode-167732c61
Merge branch 'master' into unicode-16