Bump the uv group across 1 directory with 2 updates by dependabot[bot] · Pull Request #1178 · MemMachine/MemMachine
Bumps the uv group with 2 updates in the / directory: authlib and nltk.
Updates authlib from 1.6.6 to 1.6.7
Release notes
Sourced from authlib's releases.
v1.6.7
Full Changelog: authlib/authlib@v1.6.6...v1.6.7
Set supported algorithms for the default
jwtinstance.
Changelog
Sourced from authlib's changelog.
Changelog
.. meta:: :description: The full list of changes between each Authlib release.
Here you can see the full list of changes between each Authlib release.
Version 1.7.0
Unreleased
- Add support for
OpenID Connect RP-Initiated Logout 1.0 <https://openid.net/specs/openid-connect-rpinitiated-1_0.html>_. See :ref:specs/rpinitiatedfor details. :issue:500- Per RFC 6749 Section 3.3, the
scopeparameter is now optional at both authorization and token endpoints.client.get_allowed_scope()is called to determine the default scope when omitted. :issue:845- Stop support for Python 3.9, start support Python 3.14. :pr:
850- Allow
AuthorizationServerMetadata.validate()to compose with RFC extension classes.- Fix
expires_at=0being incorrectly treated asNone. :issue:530- Allow
ResourceProtectordecorator to be used without parentheses. :issue:604- Implement RFC9700 PKCE downgrade countermeasure.
Upgrade Guide: :ref:
joserfc_upgrade.
Commits
38e872achore: release 1.6.7b87c32efix: remove "none" algorithm from default jwt instance- See full diff in compare view
Updates nltk from 3.9.2 to 3.9.3
Changelog
Sourced from nltk's changelog.
Version 3.9.3 2026-02-21
- Fix CVE-2025-14009: secure ZIP extraction in nltk.downloader (#3468)
- Block path traversal/arbitrary reads in nltk.data for protocol-less refs (#3467)
- Block path traversal/abs paths in corpus readers and FS pointers (#3479, #3480)
- Validate external StanfordSegmenter JARs using SHA256 (#3477)
- Add optional sandbox enforcement for filestring() (#3485)
- Maintenance: downloader/zipped models, CI/tooling updates
Thanks to the following contributors to 3.9.3: Chris Clauss, Eric Kafe, HyperPS, purificant, Shivansh-Game, Christopher Smith
Version 3.9.2 2025-10-01
- Update download checksums to use SHA256 in built index
- Fix percentage escape in new-style string formatting
- replace shortened URLs using goo.gl
- Make Wordnet interoperable with various taggers and tagged corpora
- Fix saving PerceptronTagger
- Document how to reproduce old Wordnet studies
- properly initialize Portuguese corpus reader
- support for mixed rules conversion into Chomsky Normal Form
- only import tkinter if a GUI is needed
- issue #2112 with Corenlp
- new environment variable NLTK_DOWNLOADER_FORCE_INTERACTIVE_SHELL
- Lesk defaults to most frequent sense in case of ties
Thanks to the following contributors to 3.9.2: Jose Cols, Peter de Blanc, GeneralPoxter, Eric Kafe, William LaCroix, Jason Liu, Samer Masterson, Mike014, purificant, Andrew Ernest Ritz, samertm, Ikram Ul Haq, Christopher Smith, Ryan Mannion
Version 3.9.1 2024-08-19
- Fixed bug that prevented wordnet from loading
Version 3.9 2024-08-18
- Fix security vulnerability CVE-2024-39705 (breaking change)
- Replace pickled models (punkt, chunker, taggers) by new pickle-free "_tab" packages
- No longer sort Wordnet synsets and relations (sort in calling function when required)
- Only strip the last suffix in Wordnet Morphy, thus restricting synsets() results
- Add Python 3.12 support
- Many other minor fixes
Thanks to the following contributors to 3.8.2: Tom Aarsen, Cat Lee Ball, Veralara Bernhard, Carlos Brandt, Konstantin Chernyshev, Michael Higgins, Eric Kafe, Vivek Kalyan, David Lukes, Rob Malouf, purificant, Alex Rudnick, Liling Tan, Akihiro Yamazaki.
Version 3.8.1 2023-01-02
- Resolve RCE vulnerability in localhost WordNet Browser (#3100)
... (truncated)
Commits
4154eb8Merge pull request #3503 from ekaf/hotfix-35017a710cbPrepare release 3.9.31056b32Merge pull request #3468 from HyperPS/fix/secure-unzip-rce7dc5baaResolve merge conflict in tag mapping using normalized nltk resource URL7ef38b8Merge pull request #3467 from HyperPS/developb2e1164Merge pull request #3485 from HyperPS/fix-filestring-sandbox-updateac0ce55Merge pull request #3480 from HyperPS/fix/filesystem-sandbox-security603e34dMerge pull request #3479 from HyperPS/fix/corpusreader-path-traversalb63a501Merge pull request #3477 from HyperPS/fix/stanford-segmenter-rce-sha256df38955Merge pull request #3494 from ekaf/ewnv- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.