Skip to content

Commit

Permalink
Bump the python-packages group in /backend with 2 updates (#41)
Browse files Browse the repository at this point in the history
Bumps the python-packages group in /backend with 2 updates:
[nltk](https://github.com/nltk/nltk) and
[testcontainers[postgres]](https://github.com/testcontainers/testcontainers-python).

Updates `nltk` from 3.8.2 to 3.9.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nltk/nltk/blob/develop/ChangeLog">nltk's
changelog</a>.</em></p>
<blockquote>
<p>Version 3.9.1 2024-08-19</p>
<ul>
<li>Fixed bug that prevented wordnet from loading</li>
</ul>
<p>Version 3.9 2024-08-18</p>
<ul>
<li>Avoid need for pickled models, resolves security vulnerability
CVE-2024-39705</li>
<li>No longer sort WordNet synsets and relations (sort in calling
function when required)</li>
<li>Add Python 3.12 support</li>
<li>Many other minor fixes</li>
</ul>
<p>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.</p>
<p>Version 3.8.1 2023-01-02</p>
<ul>
<li>Resolve RCE vulnerability in localhost WordNet Browser (<a
href="https://redirect.github.com/nltk/nltk/issues/3100">#3100</a>)</li>
<li>Remove unused tool scripts (<a
href="https://redirect.github.com/nltk/nltk/issues/3099">#3099</a>)</li>
<li>Resolve XSS vulnerability in localhost WordNet Browser (<a
href="https://redirect.github.com/nltk/nltk/issues/3096">#3096</a>)</li>
<li>Add Python 3.11 support (<a
href="https://redirect.github.com/nltk/nltk/issues/3090">#3090</a>)</li>
</ul>
<p>Thanks to the following contributors to 3.8.1:
Francis Bond, John Vandenberg, Tom Aarsen</p>
<p>Version 3.8 2022-12-12</p>
<ul>
<li>Refactor dispersion plot (<a
href="https://redirect.github.com/nltk/nltk/issues/3082">#3082</a>)</li>
<li>Provide type hints for LazyCorpusLoader variables (<a
href="https://redirect.github.com/nltk/nltk/issues/3081">#3081</a>)</li>
<li>Throw warning when LanguageModel is initialized with incorrect
vocabulary (<a
href="https://redirect.github.com/nltk/nltk/issues/3080">#3080</a>)</li>
<li>Fix WordNet's all_synsets() function (<a
href="https://redirect.github.com/nltk/nltk/issues/3078">#3078</a>)</li>
<li>Resolve TreebankWordDetokenizer inconsistency with end-of-string
contractions (<a
href="https://redirect.github.com/nltk/nltk/issues/3070">#3070</a>)</li>
<li>Support both iso639-3 codes and BCP-47 language tags (<a
href="https://redirect.github.com/nltk/nltk/issues/3060">#3060</a>)</li>
<li>Avoid DeprecationWarning in Regexp tokenizer (<a
href="https://redirect.github.com/nltk/nltk/issues/3055">#3055</a>)</li>
<li>Fix many doctests, add doctests to CI (<a
href="https://redirect.github.com/nltk/nltk/issues/3054">#3054</a>, <a
href="https://redirect.github.com/nltk/nltk/issues/3050">#3050</a>, <a
href="https://redirect.github.com/nltk/nltk/issues/3048">#3048</a>)</li>
<li>Fix bool field not being read in VerbNet (<a
href="https://redirect.github.com/nltk/nltk/issues/3044">#3044</a>)</li>
<li>Greatly improve time efficiency of SyllableTokenizer when tokenizing
numbers (<a
href="https://redirect.github.com/nltk/nltk/issues/3042">#3042</a>)</li>
<li>Fix encodings of Polish udhr corpus reader (<a
href="https://redirect.github.com/nltk/nltk/issues/3038">#3038</a>)</li>
<li>Allow TweetTokenizer to tokenize emoji flag sequences (<a
href="https://redirect.github.com/nltk/nltk/issues/3034">#3034</a>)</li>
<li>Prevent LazyModule from increasing the size of
nltk.<strong>dict</strong> (<a
href="https://redirect.github.com/nltk/nltk/issues/3033">#3033</a>)</li>
<li>Fix CoreNLPServer non-default port issue (<a
href="https://redirect.github.com/nltk/nltk/issues/3031">#3031</a>)</li>
<li>Add &quot;acion&quot; suffix to the Spanish SnowballStemmer (<a
href="https://redirect.github.com/nltk/nltk/issues/3030">#3030</a>)</li>
<li>Allow loading WordNet without OMW (<a
href="https://redirect.github.com/nltk/nltk/issues/3026">#3026</a>)</li>
<li>Use input() in nltk.chat.chatbot() for Jupyter support (<a
href="https://redirect.github.com/nltk/nltk/issues/3022">#3022</a>)</li>
<li>Fix edit_distance_align() in distance.py (<a
href="https://redirect.github.com/nltk/nltk/issues/3017">#3017</a>)</li>
<li>Tackle performance and accuracy regression of sentence tokenizer
since NLTK 3.6.6 (<a
href="https://redirect.github.com/nltk/nltk/issues/3014">#3014</a>)</li>
<li>Add the Iota operator to semantic logic (<a
href="https://redirect.github.com/nltk/nltk/issues/3010">#3010</a>)</li>
<li>Resolve critical errors in WordNet app (<a
href="https://redirect.github.com/nltk/nltk/issues/3008">#3008</a>)</li>
<li>Resolve critical error in CHILDES Corpus (<a
href="https://redirect.github.com/nltk/nltk/issues/2998">#2998</a>)</li>
<li>Make WordNet information_content() accept adjective satellites (<a
href="https://redirect.github.com/nltk/nltk/issues/2995">#2995</a>)</li>
<li>Add &quot;strict=True&quot; parameter to CoreNLP (<a
href="https://redirect.github.com/nltk/nltk/issues/2993">#2993</a>, <a
href="https://redirect.github.com/nltk/nltk/issues/3043">#3043</a>)</li>
<li>Resolve issue with WordNet's synset_from_sense_key (<a
href="https://redirect.github.com/nltk/nltk/issues/2988">#2988</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nltk/nltk/commit/aca78cb2add4084f76b9eac921d8a73927d7a086"><code>aca78cb</code></a>
Bump version to 3.9.1</li>
<li><a
href="https://github.com/nltk/nltk/commit/980f435765ecc7bf27b41ebbb7dde6c375294a1d"><code>980f435</code></a>
Merge branch 'develop' of <a
href="https://github.com/nltk/nltk">https://github.com/nltk/nltk</a>
into develop</li>
<li><a
href="https://github.com/nltk/nltk/commit/24936a2d0c2ef1f4eed22de30aa72754e4cc30e7"><code>24936a2</code></a>
Bump version to 3.9</li>
<li><a
href="https://github.com/nltk/nltk/commit/04d6a55d54742b5931b19336c876e6f12d8231f4"><code>04d6a55</code></a>
Merge pull request <a
href="https://redirect.github.com/nltk/nltk/issues/3145">#3145</a> from
ekaf/hotfix-3072</li>
<li><a
href="https://github.com/nltk/nltk/commit/4fb225be92c32ba6fe4154f502015c7259f2e24d"><code>4fb225b</code></a>
Merge pull request <a
href="https://redirect.github.com/nltk/nltk/issues/3225">#3225</a> from
ekaf/morphy</li>
<li><a
href="https://github.com/nltk/nltk/commit/344164bf8117fcdf751236d9427274d67ef585c9"><code>344164b</code></a>
Merge pull request <a
href="https://redirect.github.com/nltk/nltk/issues/3307">#3307</a> from
ekaf/https_download</li>
<li><a
href="https://github.com/nltk/nltk/commit/f77e89820e91fda30e502ac8a4c4e98bad3eea6b"><code>f77e898</code></a>
Ensure https download</li>
<li><a
href="https://github.com/nltk/nltk/commit/c2228974033d7e378c7500f6554bbe8e6312d7a2"><code>c222897</code></a>
Merge branch 'develop' of <a
href="https://github.com/nltk/nltk">https://github.com/nltk/nltk</a>
into develop</li>
<li><a
href="https://github.com/nltk/nltk/commit/34c3a4ad4e25c17e70e50c740e59388589a529fc"><code>34c3a4a</code></a>
Merge branch 'develop' of <a
href="https://github.com/nltk/nltk">https://github.com/nltk/nltk</a>
into develop</li>
<li><a
href="https://github.com/nltk/nltk/commit/253dd3acd1de2d77b2c9df60a2a1ac28de02aa9b"><code>253dd3a</code></a>
add black</li>
<li>Additional commits viewable in <a
href="https://github.com/nltk/nltk/compare/3.8.2...3.9.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `testcontainers[postgres]` from 4.7.2 to 4.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-python/releases">testcontainers[postgres]'s
releases</a>.</em></p>
<blockquote>
<h2>testcontainers: v4.8.0</h2>
<h2><a
href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.2...testcontainers-v4.8.0">4.8.0</a>
(2024-08-14)</h2>
<h3>Features</h3>
<ul>
<li>Adding support for Cassandra and Scylla (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/167">#167</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/2d8bc11c8e151af66456ebad156afc4a87822676">2d8bc11</a>)</li>
<li><strong>compose:</strong> ability to retain volumes when using
context manager (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/659">#659</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/e1e3d13b47923dd7124196e6b743799bd87b6885">e1e3d13</a>)</li>
<li><strong>compose:</strong> add ability to get docker compose config
(<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/669">#669</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/8c28a861ce4ade9e8204783e2ef2fd99013c90ea">8c28a86</a>)</li>
<li><strong>core:</strong> add ability to do OR &amp; AND for
waitforlogs (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/661">#661</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/b1453e87e1f5443f0f8d04c9b30a278aa835ca9b">b1453e8</a>)</li>
<li><strong>new:</strong> Added AWS Lambda module (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/655">#655</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/9161cb64a0a13b54a981b2b846a4d073db8c30a2">9161cb6</a>)</li>
<li>refactor network setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/678">#678</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/d5de0aa01c7d3ba304446dd73347a1a7ec1facc7">d5de0aa</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add Db2 support (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/673">#673</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/1e439232e35ce0091f20993273e1f01d8c0119c4">1e43923</a>)</li>
<li>bring back cassandra driver bc otherwise how does it get installed
for cassandra module test run? (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/680">#680</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/71c3a1a29e1839de91f05c6bcd4c620122195a94">71c3a1a</a>)</li>
<li><strong>rabbitmq:</strong> add <code>vhost</code> as parameter to
RabbitMqContainer (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/656">#656</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/fa2081a7b325cdd316de28c99b029150022db203">fa2081a</a>)</li>
<li><strong>selenium:</strong> add Arg/Options to api of selenium
container (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/654">#654</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/e02c1b37a651374f47abe72bc17941849c1fd12e">e02c1b3</a>),
closes <a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/652">#652</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md">testcontainers[postgres]'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.2...testcontainers-v4.8.0">4.8.0</a>
(2024-08-14)</h2>
<h3>Features</h3>
<ul>
<li>Adding support for Cassandra and Scylla (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/167">#167</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/2d8bc11c8e151af66456ebad156afc4a87822676">2d8bc11</a>)</li>
<li><strong>compose:</strong> ability to retain volumes when using
context manager (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/659">#659</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/e1e3d13b47923dd7124196e6b743799bd87b6885">e1e3d13</a>)</li>
<li><strong>compose:</strong> add ability to get docker compose config
(<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/669">#669</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/8c28a861ce4ade9e8204783e2ef2fd99013c90ea">8c28a86</a>)</li>
<li><strong>core:</strong> add ability to do OR &amp; AND for
waitforlogs (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/661">#661</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/b1453e87e1f5443f0f8d04c9b30a278aa835ca9b">b1453e8</a>)</li>
<li><strong>new:</strong> Added AWS Lambda module (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/655">#655</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/9161cb64a0a13b54a981b2b846a4d073db8c30a2">9161cb6</a>)</li>
<li>refactor network setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/678">#678</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/d5de0aa01c7d3ba304446dd73347a1a7ec1facc7">d5de0aa</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Add Db2 support (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/673">#673</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/1e439232e35ce0091f20993273e1f01d8c0119c4">1e43923</a>)</li>
<li>bring back cassandra driver bc otherwise how does it get installed
for cassandra module test run? (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/680">#680</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/71c3a1a29e1839de91f05c6bcd4c620122195a94">71c3a1a</a>)</li>
<li><strong>rabbitmq:</strong> add <code>vhost</code> as parameter to
RabbitMqContainer (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/656">#656</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/fa2081a7b325cdd316de28c99b029150022db203">fa2081a</a>)</li>
<li><strong>selenium:</strong> add Arg/Options to api of selenium
container (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/654">#654</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/e02c1b37a651374f47abe72bc17941849c1fd12e">e02c1b3</a>),
closes <a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/652">#652</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/c7d9b814fd0a9ab254b0f7d7f3fe09a76453d2c7"><code>c7d9b81</code></a>
chore(main): release testcontainers 4.8.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/658">#658</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/71c3a1a29e1839de91f05c6bcd4c620122195a94"><code>71c3a1a</code></a>
fix: bring back cassandra driver bc otherwise how does it get installed
for c...</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/2d8bc11c8e151af66456ebad156afc4a87822676"><code>2d8bc11</code></a>
feat: Adding support for Cassandra and Scylla (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/167">#167</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/d5de0aa01c7d3ba304446dd73347a1a7ec1facc7"><code>d5de0aa</code></a>
feat: refactor network setup (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/678">#678</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/1e439232e35ce0091f20993273e1f01d8c0119c4"><code>1e43923</code></a>
fix: Add Db2 support (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/673">#673</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/8c28a861ce4ade9e8204783e2ef2fd99013c90ea"><code>8c28a86</code></a>
feat(compose): add ability to get docker compose config (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/669">#669</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/e1e3d13b47923dd7124196e6b743799bd87b6885"><code>e1e3d13</code></a>
feat(compose): ability to retain volumes when using context manager (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/659">#659</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/b1453e87e1f5443f0f8d04c9b30a278aa835ca9b"><code>b1453e8</code></a>
feat(core): add ability to do OR &amp; AND for waitforlogs (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/661">#661</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/e02c1b37a651374f47abe72bc17941849c1fd12e"><code>e02c1b3</code></a>
fix(selenium): add Arg/Options to api of selenium container (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/654">#654</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/b13b43da502b54af7a5b09fa70ee8f5e301d1fb7"><code>b13b43d</code></a>
chore(reaper): upgrade from 0.7.0 -&gt; 0.8.1 (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/650">#650</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.7.2...testcontainers-v4.8.0">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> 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 <dependency name> 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 <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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent b83a9d0 commit f2cea59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pylint==3.2.6
SQLAlchemy==2.0.32
price-parser==0.3.4
Scrapy==2.11.2
nltk==3.8.2
nltk==3.9.1
Flask==3.0.3
Flask-Cors==4.0.1
Flask-Headers==1.0
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ddt==1.7.2
psycopg==3.2.1
pytest==8.3.2
testcontainers[postgres]==4.7.2
testcontainers[postgres]==4.8.0
unittest-xml-reporting==3.2.0

0 comments on commit f2cea59

Please sign in to comment.