-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 python-packages group with 36 updates #1
Merged
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 python-packages group with 36 updates: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `22.1.0` | `24.2.0` | | [autopep8](https://github.com/hhatto/autopep8) | `1.7.0` | `2.3.1` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.11.1` | `4.12.3` | | bs4 | `0.0.1` | `0.0.2` | | [cachetools](https://github.com/tkem/cachetools) | `5.3.0` | `5.5.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.8.30` | | [chardet](https://github.com/chardet/chardet) | `5.1.0` | `5.2.0` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `2.1.1` | `3.3.2` | | [click](https://github.com/pallets/click) | `8.1.3` | `8.1.7` | | [distlib](https://github.com/pypa/distlib) | `0.3.6` | `0.3.8` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.0.0rc9` | `1.2.2` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.9.0` | `3.15.4` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.8` | | [mypy-extensions](https://github.com/python/mypy_extensions) | `0.4.3` | `1.0.0` | | [outcome](https://github.com/python-trio/outcome) | `1.2.0` | `1.3.0.post0` | | [packaging](https://github.com/pypa/packaging) | `23.0` | `24.1` | | [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) | `1.6.1` | `2.1.0` | | [pathspec](https://github.com/cpburnz/python-pathspec) | `0.10.1` | `0.12.1` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `2.6.2` | `4.2.2` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.0.0` | `1.5.0` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.9.1` | `2.12.1` | | [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.5.0` | `1.7.1` | | [pytest](https://github.com/pytest-dev/pytest) | `7.2.1` | `8.3.2` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `0.21.0` | `1.0.1` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.5.0` | `4.24.0` | | [sniffio](https://github.com/python-trio/sniffio) | `1.3.0` | `1.3.1` | | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.3.2.post1` | `2.6` | | [tox](https://github.com/tox-dev/tox) | `4.4.2` | `4.18.0` | | [tqdm](https://github.com/tqdm/tqdm) | `4.64.1` | `4.66.5` | | [trio](https://github.com/python-trio/trio) | `0.22.0` | `0.26.2` | | [trio-websocket](https://github.com/python-trio/trio-websocket) | `0.9.2` | `0.11.1` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.3.0` | `4.12.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.12` | `2.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.17.1` | `20.26.3` | | [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) | `3.8.3` | `4.0.2` | Updates `attrs` from 22.1.0 to 24.2.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `autopep8` from 1.7.0 to 2.3.1 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](hhatto/autopep8@v1.7.0...v2.3.1) Updates `beautifulsoup4` from 4.11.1 to 4.12.3 Updates `bs4` from 0.0.1 to 0.0.2 Updates `cachetools` from 5.3.0 to 5.5.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.3.0...v5.5.0) Updates `certifi` from 2023.7.22 to 2024.8.30 - [Commits](certifi/python-certifi@2023.07.22...2024.08.30) Updates `chardet` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Commits](chardet/chardet@5.1.0...5.2.0) Updates `charset-normalizer` from 2.1.1 to 3.3.2 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Upgrade guide](https://github.com/jawah/charset_normalizer/blob/master/UPGRADE.md) - [Commits](jawah/charset_normalizer@2.1.1...3.3.2) Updates `click` from 8.1.3 to 8.1.7 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.3...8.1.7) Updates `distlib` from 0.3.6 to 0.3.8 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.3.6...0.3.8) Updates `exceptiongroup` from 1.0.0rc9 to 1.2.2 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](agronholm/exceptiongroup@1.0.0rc9...1.2.2) Updates `filelock` from 3.9.0 to 3.15.4 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.9.0...3.15.4) Updates `idna` from 3.4 to 3.8 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.4...v3.8) Updates `mypy-extensions` from 0.4.3 to 1.0.0 - [Commits](python/mypy_extensions@0.4.3...1.0.0) Updates `outcome` from 1.2.0 to 1.3.0.post0 - [Commits](python-trio/outcome@v1.2.0...v1.3.0.post0) Updates `packaging` from 23.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.0...24.1) Updates `paho-mqtt` from 1.6.1 to 2.1.0 - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](eclipse-paho/paho.mqtt.python@v1.6.1...v2.1.0) Updates `pathspec` from 0.10.1 to 0.12.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](cpburnz/python-pathspec@v0.10.1...v0.12.1) Updates `platformdirs` from 2.6.2 to 4.2.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@2.6.2...4.2.2) Updates `pluggy` from 1.0.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.0.0...1.5.0) Updates `pycodestyle` from 2.9.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.9.1...2.12.1) Updates `pyproject-api` from 1.5.0 to 1.7.1 - [Release notes](https://github.com/tox-dev/pyproject-api/releases) - [Commits](tox-dev/pyproject-api@1.5.0...1.7.1) Updates `pytest` from 7.2.1 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.2.1...8.3.2) Updates `python-dotenv` from 0.21.0 to 1.0.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v0.21.0...v1.0.1) Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `selenium` from 4.5.0 to 4.24.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.5.0...selenium-4.24.0) Updates `sniffio` from 1.3.0 to 1.3.1 - [Commits](python-trio/sniffio@v1.3.0...v1.3.1) Updates `soupsieve` from 2.3.2.post1 to 2.6 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.3.2.post1...2.6) Updates `tox` from 4.4.2 to 4.18.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.4.2...4.18.0) Updates `tqdm` from 4.64.1 to 4.66.5 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.64.1...v4.66.5) Updates `trio` from 0.22.0 to 0.26.2 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.22.0...v0.26.2) Updates `trio-websocket` from 0.9.2 to 0.11.1 - [Changelog](https://github.com/python-trio/trio-websocket/blob/master/CHANGELOG.md) - [Commits](python-trio/trio-websocket@0.9.2...0.11.1) Updates `typing-extensions` from 4.3.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.3.0...4.12.2) Updates `urllib3` from 1.26.12 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.12...2.2.2) Updates `virtualenv` from 20.17.1 to 20.26.3 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.17.1...20.26.3) Updates `webdriver-manager` from 3.8.3 to 4.0.2 - [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases) - [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md) - [Commits](SergeyPirogov/webdriver_manager@v3.8.3...v4.0.2) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: bs4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: chardet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: distlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy-extensions dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: outcome dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: paho-mqtt dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pathspec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyproject-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sniffio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: soupsieve dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trio-websocket dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: webdriver-manager dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Aug 31, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 python-packages group with 36 updates:
22.1.0
24.2.0
1.7.0
2.3.1
4.11.1
4.12.3
0.0.1
0.0.2
5.3.0
5.5.0
2023.7.22
2024.8.30
5.1.0
5.2.0
2.1.1
3.3.2
8.1.3
8.1.7
0.3.6
0.3.8
1.0.0rc9
1.2.2
3.9.0
3.15.4
3.4
3.8
0.4.3
1.0.0
1.2.0
1.3.0.post0
23.0
24.1
1.6.1
2.1.0
0.10.1
0.12.1
2.6.2
4.2.2
1.0.0
1.5.0
2.9.1
2.12.1
1.5.0
1.7.1
7.2.1
8.3.2
0.21.0
1.0.1
2.31.0
2.32.3
4.5.0
4.24.0
1.3.0
1.3.1
2.3.2.post1
2.6
4.4.2
4.18.0
4.64.1
4.66.5
0.22.0
0.26.2
0.9.2
0.11.1
4.3.0
4.12.2
1.26.12
2.2.2
20.17.1
20.26.3
3.8.3
4.0.2
Updates
attrs
from 22.1.0 to 24.2.0Commits
Updates
autopep8
from 1.7.0 to 2.3.1Release notes
Sourced from autopep8's releases.
... (truncated)
Commits
8530500
version 2.3.1597b512
Merge pull request #758 from hhatto/fix-issue-71302592cc
assert for arg error usage print5805a66
change: print usage and msg with new linec55f3e0
Merge pull request #757 from hhatto/remove-coveralls87debd2
add codecov setting filebe71168
fix link, use codecov432d07e
remove64763b7
remove coverall file406f9ac
Merge pull request #756 from hhatto/refactor-unit-testUpdates
beautifulsoup4
from 4.11.1 to 4.12.3Updates
bs4
from 0.0.1 to 0.0.2Updates
cachetools
from 5.3.0 to 5.5.0Changelog
Sourced from cachetools's changelog.
Commits
6c78a8f
Bump version.8841efd
Release v5.5.0.f2ccaca
Format tests with black.237ad80
Fix #278: Improve TLRUCache docs.e960781
Fix #302: Improve cachetools.keys unit tests.ea158fc
Bump actions/setup-python from 5.1.0 to 5.1.18a38daf
Update expire docs.7be40f0
TLRUCache.expire() returns iterable of expired (key, value) pairs.c22fc7d
Fix #292, fix #205, fix #103: TTLCache.expire() returns iterable of expired (...990665b
Release v5.4.0.Updates
certifi
from 2023.7.22 to 2024.8.30Commits
325c2fd
2024.08.30 (#304)d66bf5f
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#302)2150f23
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#301)fc9b771
Bump actions/setup-python from 5.1.0 to 5.1.1 (#300)965b239
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#297)c1f50cc
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#296)bd81538
2024.07.04 (#295)06a2cbf
Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02
Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)Updates
chardet
from 5.1.0 to 5.2.0Release notes
Sourced from chardet's releases.
Commits
78250d9
Bump version to 5.2.00e9b7bc
Add main module to support python -m chardet0649ffe
Bump version to 5.2.0dev0Updates
charset-normalizer
from 2.1.1 to 3.3.2Release notes
Sourced from charset-normalizer's releases.
... (truncated)
Changelog
Sourced from charset-normalizer's changelog.
... (truncated)
Upgrade guide
Sourced from charset-normalizer's upgrade guide.
Commits
79dce48
🐛 Regression on some detection case showcased in the documentation (#371)...a4b9b01
Bump github/codeql-action from 2.22.4 to 2.22.5 (#375)dcc01cc
Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#374)9cd402c
Bump pytest from 7.4.2 to 7.4.3 (#373)e274dcc
🐛 Fix unintentional memory usage regression when using large payload that...07f3041
⬆️ Bump github/codeql-action from 2.22.3 to 2.22.4 (#370)5208644
🔖 Release 3.3.1 (#367)66966f1
❇️ Improve the detection around some cases (#366)49653a6
⬆️ Bump actions/setup-python from 4.7.0 to 4.7.1 (#359)f6a66ed
⬆️ Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 (#361)Updates
click
from 8.1.3 to 8.1.7Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
... (truncated)
Commits
874ca2b
release version 8.1.76e1f6d3
completion(fish): add back ; as line endings in fish script (#2570)a955c77
update fish enabling script3c1529e
add back semicolons in fish scripta260ca6
Replace bash shell completion version error with warning (#2576)d9db70c
bash version support shows warning instead of error22b9b1c
Fix incorrect passing of flags to re.sub (#2581)d69d210
fix flake8 findingaf2da1e
Fix incorrect passing of flags to re.subbb6a872
start version 8.1.7Updates
distlib
from 0.3.6 to 0.3.8Changelog
Sourced from distlib's changelog.
... (truncated)
Commits
ab5f8e7
Changes for 0.3.8.86bb212
Update change log.488599f
Updates based on flake8 checks.0e261af
Use legacy version implementation for Python itself.8242f39
Update copyright years.e27569b
Fix #208: Handle deprecation removals in Python 3.13.65a014b
Update requirements and CI matrix.124108a
Skip test for non-final Python versions.ff48e09
Fix #206: include tox.ini in sdist.eeaa18d
Fix #204: Use symlinks in venv creation during test.Updates
exceptiongroup
from 1.0.0rc9 to 1.2.2Release notes
Sourced from exceptiongroup's releases.
Changelog
Sourced from exceptiongroup's changelog.
... (truncated)
Commits
2399d54
Added the release versionbec9651
Removed problematic assert that caused compatibility issuesf3f0ff6
Updated Ruff configurationbb43ee0
Fixed formatting tests failing on Python 3.13eb8fbbc
[pre-commit.ci] pre-commit autoupdate (#129)6ff8300
[pre-commit.ci] pre-commit autoupdate (#128)761933f
[pre-commit.ci] pre-commit autoupdate (#127)1b43294
[pre-commit.ci] pre-commit autoupdate (#125)dd87018
[pre-commit.ci] pre-commit autoupdate (#124)54d8b8d
[pre-commit.ci] pre-commit autoupdate (#121)Updates
filelock
from 3.9.0 to 3.15.4Release notes
Sourced from filelock's releases.
... (truncated)
Changelog
Sourced from filelock's changelog.
Commits
9a979df
Pass file_lock as positional argument (#347)3a79343
Fix `TypeError: _CountedFileLock.init() got an unexpected keyword argumen...81d4cf9
Add test for virtualenv stability (#344)192f1ef
Use a metaclass to implement the singleton pattern (#340)48788c5
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#341)7bd3b7b
[pre-commit.ci] pre-commit autoupdate (#342)3d7b1a6
Hotfix: Restore init method; more robust initialization for singleton loc...c64787f
Don't initialize BaseFileLock when just returning existing instance (#334)87453f3
asyncio support (#332)0ee2e3c
[pre-commit.ci] pre-commit autoupdate (#333)Updates
idna
from 3.4 to 3.8Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
784c6f4
Release v3.828c7c9e
Typo fixa2b41c3
Pin remainder of Github Actions flagged in code scanning1f613c5
More Github Action dependency pinninga87e2b6
Update OSSF scorecard to latest version12d4dd1
Merge pull request #182 from kjd/github-pypi-actionse1a1541
Pin Github Actions dependenciesc109d3a
Merge branch 'master' into github-pypi-actionsf8a8de4
Do not try to build/send packages to TestPyPI for now613bdde
Update regexp to move global flag to start of expressionUpdates
mypy-extensions
from 0.4.3 to 1.0.0Commits
4161db8
Bump version to 1.0.0c2ff5b8
Require Python 3.5+ in setup.py and setup.cfg (#34)d48060d
Don't describe mypy_extensions as experimental in the description (#32)53c8777
Add mypyc native int types i64, i32, i16 and u8 (#31)0a0adae
Document development status as stable and prepare for 1.0 release (#30)2874924
Drop Python 2 support (#29)1c3f2ed
Fix test_typeddict_errors test case on Python 3.11 (#28)7c4d002
Add Python 3.8 to 3.11 to tox envs (#27)6565d3b
Add 3.10 and 3.11 to classifiers (#26)c02c54f
Drop Python 3.4 support (#25)Updates
outcome
from 1.2.0 to 1.3.0.post0Commits
bf687c9
Bump version to 1.3.0.post0c803e74
Merge pull request #39 from A5rocks/post-release-fixes1bcda1c
Add typing classifier and changelog linke726f6d
Fix up changelog645758d
Merge pull request #38 from A5rocks/release-1.3.0c3d55a5
Start new version cycle1640926
Counteract CI bitrotddcf47f
Update RTD to v2 config4037dd7
Bump version to 1.3.0a6144a1
Merge pull request #36 from TeamSpen210/typingUpdates
packaging
from 23.0 to 24.1Release notes
Sourced from packaging's releases.