Skip to content

Commit

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

Updates `sqlalchemy` from 2.0.32 to 2.0.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's
releases</a>.</em></p>
<blockquote>
<h1>2.0.34</h1>
<p>Released: September 4, 2024</p>
<h2>orm</h2>
<ul>
<li>
<p><strong>[orm] [bug]</strong> Fixed regression caused by issue <a
href="https://www.sqlalchemy.org/trac/ticket/11814">#11814</a> which
broke support for
certain flavors of <a href="https://peps.python.org/pep-0593">PEP
593</a> <code>Annotated</code> in the type_annotation_map when
builtin types such as <code>list</code>, <code>dict</code> were used
without an element type.
While this is an incomplete style of typing, these types nonetheless
previously would be located in the type_annotation_map correctly.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11831">#11831</a></p>
</li>
</ul>
<h2>sqlite</h2>
<ul>
<li>
<p><strong>[sqlite] [bug]</strong> Fixed regression in SQLite reflection
caused by <a
href="https://www.sqlalchemy.org/trac/ticket/11677">#11677</a> which
interfered with reflection for CHECK constraints that were followed
by other kinds of constraints within the same table definition.   Pull
request courtesy Harutaka Kawamura.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11832">#11832</a></p>
</li>
</ul>
<h1>2.0.33</h1>
<p>Released: September 3, 2024</p>
<h2>general</h2>
<ul>
<li>
<p><strong>[general] [change]</strong> The pin for
<code>setuptools&lt;69.3</code> in <code>pyproject.toml</code> has been
removed.
This pin was to prevent a sudden change in setuptools to use <a
href="https://peps.python.org/pep-0625">PEP 625</a>
from taking place, which would change the file name of SQLAlchemy's
source
distribution on pypi to be an all lower case name, which is likely to
cause
problems with various build environments that expected the previous
naming
style. However, the presence of this pin is holding back environments
that
otherwise want to use a newer setuptools, so we've decided to move
forward
with this change, with the assumption that build environments will have
largely accommodated the setuptools change by now.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11818">#11818</a></p>
</li>
</ul>
<h2>orm</h2>
<ul>
<li><strong>[orm] [bug] [regression]</strong> Fixed regression from 1.3
where the column key used for a hybrid property
might be populated with that of the underlying column that it returns,
for
a property that returns an ORM mapped column directly, rather than the
key</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/sqlalchemy/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `testcontainers[postgres]` from 4.8.0 to 4.8.1
<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.1</h2>
<h2><a
href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.8.0...testcontainers-v4.8.1">4.8.1</a>
(2024-08-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>generic:</strong> Update the FastAPI install on genric
module doctest samples (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/686">#686</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/5216b0241a27afe3419f5c4a6d500dc27154ddd4">5216b02</a>)</li>
<li><strong>mssql:</strong> use glob to find mssql-tools folder since it
moves (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/685">#685</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/4912725c2a54a9edce046416fbf11e089cc03cb0">4912725</a>),
closes <a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/666">#666</a></li>
<li>wait_for_logs can now fail early when the container stops (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/682">#682</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/925329d8d2df78437a491a29b707d5ac97e7b734">925329d</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add a more advance usecase documentation for ServerContainer (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/688">#688</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/2cf5a9fbe6db3fa4254a5bb54e67412ec2d08488">2cf5a9f</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.8.0...testcontainers-v4.8.1">4.8.1</a>
(2024-08-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>generic:</strong> Update the FastAPI install on genric
module doctest samples (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/686">#686</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/5216b0241a27afe3419f5c4a6d500dc27154ddd4">5216b02</a>)</li>
<li><strong>mssql:</strong> use glob to find mssql-tools folder since it
moves (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/685">#685</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/4912725c2a54a9edce046416fbf11e089cc03cb0">4912725</a>),
closes <a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/666">#666</a></li>
<li>wait_for_logs can now fail early when the container stops (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/682">#682</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/925329d8d2df78437a491a29b707d5ac97e7b734">925329d</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add a more advance usecase documentation for ServerContainer (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/688">#688</a>)
(<a
href="https://github.com/testcontainers/testcontainers-python/commit/2cf5a9fbe6db3fa4254a5bb54e67412ec2d08488">2cf5a9f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/8c0cdbc67a761277666e9630fe754f2b5560e21f"><code>8c0cdbc</code></a>
chore(main): release testcontainers 4.8.1 (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/683">#683</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/2cf5a9fbe6db3fa4254a5bb54e67412ec2d08488"><code>2cf5a9f</code></a>
docs: Add a more advance usecase documentation for ServerContainer (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/688">#688</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/5216b0241a27afe3419f5c4a6d500dc27154ddd4"><code>5216b02</code></a>
fix(generic): Update the FastAPI install on genric module doctest
samples (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/686">#686</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/4912725c2a54a9edce046416fbf11e089cc03cb0"><code>4912725</code></a>
fix(mssql): use glob to find mssql-tools folder since it moves (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/685">#685</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-python/commit/925329d8d2df78437a491a29b707d5ac97e7b734"><code>925329d</code></a>
fix: wait_for_logs can now fail early when the container stops (<a
href="https://redirect.github.com/testcontainers/testcontainers-python/issues/682">#682</a>)</li>
<li>See full diff in <a
href="https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.8.0...testcontainers-v4.8.1">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 Sep 10, 2024
1 parent 83f19f2 commit 3c0571d
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 @@ -2,7 +2,7 @@ coverage==7.6.1
Twisted==24.7.0
psycopg2-binary==2.9.9
pylint==3.2.7
SQLAlchemy==2.0.32
SQLAlchemy==2.0.34
price-parser==0.3.4
Scrapy==2.11.2
nltk==3.9.1
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.8.0
testcontainers[postgres]==4.8.1
unittest-xml-reporting==3.2.0

0 comments on commit 3c0571d

Please sign in to comment.