dependabot[bot] f7e1fdb977
build(deps): bump sqlalchemy from 1.4.49 to 1.4.50 (#291)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.49
to 1.4.50.
<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>1.4.50</h1>
<p>Released: October 29, 2023</p>
<h2>orm</h2>
<ul>
<li>
<p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented
some forms of ORM &quot;annotations&quot;
from taking place for subqueries which made use of
<code>_sql.Select.join()</code>
against a relationship target.  These annotations are used whenever a
subquery is used in special situations such as within
<code>_orm.PropComparator.and_()</code> and other ORM-specific
scenarios.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10223">#10223</a></p>
</li>
</ul>
<h2>sql</h2>
<ul>
<li>
<p><strong>[sql] [bug]</strong> Fixed issue where using the same bound
parameter more than once with
<code>literal_execute=True</code> in some combinations with other
literal rendering
parameters would cause the wrong values to render due to an iteration
issue.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10142">#10142</a></p>
</li>
<li>
<p><strong>[sql] [bug]</strong> Fixed issue where unpickling of a
<code>_schema.Column</code> or other
<code>_sql.ColumnElement</code> would fail to restore the correct
&quot;comparator&quot;
object, which is used to generate SQL expressions specific to the type
object.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10213">#10213</a></p>
</li>
</ul>
<h2>schema</h2>
<ul>
<li>
<p><strong>[schema] [bug]</strong> Modified the rendering of the Oracle
only <code>Identity.order</code>
parameter that's part of both <code>Sequence</code> and
<code>Identity</code> to
only take place for the Oracle backend, and not other backends such as
that
of PostgreSQL.  A future release will rename the
<code>Identity.order</code>, <code>Sequence.order</code>  and
<code>Identity.on_null</code> parameters to Oracle-specific names,
deprecating the old names, these parameters only apply to Oracle.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10207">#10207</a></p>
</li>
</ul>
<h2>mysql</h2>
<ul>
<li><strong>[mysql] [usecase]</strong> Updated aiomysql dialect since
the dialect appears to be maintained again.
Re-added to the ci testing using version 0.2.0.</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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlalchemy&package-manager=pip&previous-version=1.4.49&new-version=1.4.50)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 18:16:56 +00:00

183 lines
5.1 KiB
TOML

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]
[tool.black]
target-version = ["py311"]
[tool.coverage.report]
exclude_also = ["if __name__ == .__main__.:", "if not isinstance(engine, Engine):", "@overload"]
[tool.coverage.run]
branch = true
dynamic_context = "test_function"
relative_files = true
source = ["src"]
[tool.mypy]
disallow_untyped_defs = true
exclude = ["\\.ipynb_checkpoints", "\\.mypy_cache", "\\.mytest_cache", "build", "venv", "\\.venv", "Jupyter"]
follow_imports = "silent"
ignore_missing_imports = true
install_types = true
non_interactive = true
plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.11"
warn_redundant_casts = true
warn_unused_ignores = false
[tool.poetry]
authors = ["AKI Projektgruppe 23"]
classifiers = []
description = "Data Integration, Extraction, and Visualization using Text Mining and AI to reveal valuable insights, hidden patterns, and gain a deeper understanding of the business landscape of german companies."
documentation = "https://cuddly-waffle-r416zgy.pages.github.io/"
homepage = "https://cuddly-waffle-r416zgy.pages.github.io/"
keywords = ["deutschland", "economy", "transparenzregister", "dataintegration", "handelsregister"]
maintainers = [
"Philipp Horstenkamp <philipp@horstenkamp.de>",
"Tristan Nolde <contact@trisnol.dev>",
"Sebastian Zeleny <zeleny.sebastian@fh-swf.de>",
"Kim Mesewinkel-Risse",
"Tim Ronneburg",
"Sascha Zhu <sascha.zhu@eugreen.de>"
]
name = "aki-prj23-transparenzregister"
packages = [{include = "aki_prj23_transparenzregister", from = "src"}]
readme = "README.md"
repository = "https://github.com/fhswf/aki_prj23_transparenzregister"
version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = "^1.4.50"
aenum = "^3.1.15"
babel = "^2.13.1"
cachetools = "^5.3.1"
dash = "^2.14.1"
dash-auth = "^2.0.0"
dash-bootstrap-components = "^1.5.0"
datetime = "^5.2"
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
frozendict = "^2.3.8"
loguru = "^0.7.0"
matplotlib = "^3.7.2"
pgeocode = "^0.4.1"
psycopg2-binary = "^2.9.7"
pymongo = "^4.5.0"
python = "^3.11"
python-dotenv = "^1.0.0"
rapidfuzz = "^3.4.0"
seaborn = "^0.13.0"
selenium = "^4.12.0"
spacy = "^3.6.1"
spacy-sentiws = "^3.0.0"
torch = {version = "*", source = "torch-cpu"}
torchaudio = {version = "*", source = "torch-cpu"}
torchvision = {version = "*", source = "torch-cpu"}
tqdm = "^4.66.1"
transformers = {version = "*", extras = ["torch"]}
xmltodict = "^0.13.0"
[tool.poetry.extras]
ingest = ["selenium", "deutschland", "xmltodict"]
transformation = ["torch", "torchaudio", "torchvision", "transformers", "spacy-sentiws", "spacy"]
web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "seaborn"]
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.9.1"}
jupyterlab = "^4.0.6"
nbconvert = "^7.10.0"
openpyxl = "^3.1.2"
pre-commit = "^3.4.0"
rise = "^5.7.1"
[tool.poetry.group.doc.dependencies]
jupyter = "^1.0.0"
myst-parser = "^1.0.0"
nbsphinx = "^0.9.2"
sphinx = "*"
sphinx-copybutton = "^0.5.2"
sphinx-git = "^11.0.0"
sphinx-notfound-page = "^1.0.0"
sphinx-rtd-theme = "^1.3.0"
sphinx_autodoc_typehints = "*"
sphinxcontrib-drawio = "^0.0.17"
sphinxcontrib-mermaid = "^0.9.2"
sphinxcontrib-napoleon = "^0.7"
[tool.poetry.group.lint.dependencies]
SQLAlchemy = {version = "*", extras = ["mypy"]}
black = "*"
loguru-mypy = "*"
mypy = "*"
pandas-stubs = "*"
pip-audit = "*"
pip-licenses = "*"
ruff = "^0.1.3"
types-cachetools = "*"
types-pyOpenSSL = "*"
types-requests = "*"
types-setuptools = "*"
types-six = "*"
types-tabulate = "*"
types-tqdm = "*"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"
pytest-clarity = "^1.0.1"
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
pytest-repeat = "^0.9.1"
[tool.poetry.scripts]
copy-sql = "aki_prj23_transparenzregister.utils.sql.copy_sql:copy_db_cli"
data-transformation = "aki_prj23_transparenzregister.utils.data_transfer:transfer_data_cli"
reset-sql = "aki_prj23_transparenzregister.utils.sql.connector:reset_all_tables_cli"
webserver = "aki_prj23_transparenzregister.ui.app:main"
[[tool.poetry.source]]
name = "torch-cpu"
priority = "explicit"
url = "https://download.pytorch.org/whl/cpu"
[tool.ruff]
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".git-rewrite",
".hg",
".mypy_cache",
".nox",
".pants.d",
".pytype",
".ruff_cache",
".svn",
".tox",
".venv",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"venv"
]
# Never enforce `E501` (line length violations).
ignore = ["E501", "D105"]
line-length = 88
# Enable flake8-bugbear (`B`) rules.
select = ["E", "F", "B", "I", "S", "RSE", "RET", "SLF", "SIM", "TID", "PD", "PL", "PLE", "PLR", "PLW", "NPY", "UP", "D", "N", "A", "C4", "T20", "PT"]
src = ["src"]
target-version = "py311"
unfixable = ["B"]
[tool.ruff.flake8-builtins]
builtins-ignorelist = ["id"]
[tool.ruff.per-file-ignores]
"tests/*.py" = ["S101", "SLF001", "S311", "D103", "PLR0913"]
[tool.ruff.pydocstyle]
convention = "google"