Skip to content
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

fix: resolve pylance issue with subscription of dict #1187

Merged
merged 3 commits into from
Oct 25, 2023

Conversation

holtgrewe
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 25, 2023

deps-report 🔍

Commit scanned: f2facf5
ℹ️ Python version 3.10 is used by your project but the latest version is 3.12.

Vulnerable dependencies

1 dependencies have vulnerabilities 😱
Dependency Advisory Versions impacted
sqlalchemy Sqlalchemy 2.0.0b1 avoids leaking cleartext passwords to the open for careless uses of str(engine.URL()) in logs and prints. sqlalchemy/sqlalchemy#8563 <2.0.0b1

Outdated dependencies

54 outdated dependencies found (including 15 outdated major versions)😢
Dependency Installed version Latest version
argon2-cffi (transitive) 21.3.0 23.1.0
billiard (transitive) 3.6.4.0 4.1.0
coverage (dev,transitive) 6.5.0 7.3.2
crispy-bootstrap4 (transitive) 2022.1 2023.1
django 3.2.22 4.2.6
mistune (transitive) 2.0.5 3.0.2
protobuf 3.20.1 4.24.4
pydantic (transitive) 1.10.13 2.4.2
setuptools (transitive) 67.6.1 68.2.2
sphinx (transitive) 6.2.1 7.2.6
sqlalchemy 1.4.49 2.0.22
tblib (dev) 2.0.0 3.0.0
unidecode (transitive) 0.4.21 1.3.7
urllib3 (transitive) 1.26.17 2.0.7
xlsxwriter 1.4.5 3.1.9
Dependency Installed version Latest version
aiobotocore (transitive) 2.5.4 2.7.0
babel (transitive) 2.13.0 2.13.1
black (dev) 23.9.1 23.10.1
botocore (transitive) 1.31.17 1.31.70
celery (transitive) 5.2.7 5.3.4
charset-normalizer (transitive) 3.3.0 3.3.1
cryptography (transitive) 41.0.4 41.0.5
cython (transitive) 3.0.3 3.0.4
django-autocomplete-light (transitive) 3.9.4 3.9.7
django-crispy-forms (transitive) 2.0 2.1
django-environ (transitive) 0.10.0 0.11.2
django-iconify (transitive) 0.1.1 0.3
django-postgres-copy 2.3.7 2.7.3
django-pydantic-field 0.2.10 0.2.11
docutils (transitive) 0.18.1 0.20.1
faker (dev,transitive) 19.6.2 19.12.0
fsspec (transitive) 2023.9.2 2023.10.0
jedi (dev) 0.17.2 0.19.1
markdown (transitive) 3.4.1 3.5
numpy 1.26.0 1.26.1
outcome (dev,transitive) 1.2.0 1.3.0
parameterized (dev) 0.8.1 0.9.0
parso (dev,transitive) 0.7.1 0.8.3
phenopackets 2.0.2 2.0.2.post1
pillow (transitive) 10.0.1 10.1.0
psutil 5.9.5 5.9.6
pycodestyle (dev,transitive) 2.11.0 2.11.1
pysam 0.21.0 0.22.0
requests-http-signature 0.2.0 0.7.1
rpds-py (transitive) 0.10.4 0.10.6
s3fs 2023.9.2 2023.10.0
selenium (dev) 4.13.0 4.14.0
sentry-sdk 1.31.0 1.32.0
sphinx-rtd-theme (transitive) 1.2.2 1.3.0
traitlets (dev,transitive) 5.11.2 5.12.0
universal-pathlib 0.1.3 0.1.4
versioneer (transitive) 0.28 0.29
werkzeug (dev) 3.0.0 3.0.1
wheel (transitive) 0.40.0 0.41.2

Logs

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #1187 (f2facf5) into main (0f641a2) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1187   +/-   ##
=======================================
  Coverage   71.25%   71.25%           
=======================================
  Files         383      383           
  Lines       24267    24267           
  Branches     1565     1565           
=======================================
  Hits        17291    17291           
  Misses       6976     6976           
Files Coverage Δ
cases_import/models/executors.py 93.07% <100.00%> (ø)
cases_qc/io/cramino.py 100.00% <ø> (ø)
cases_qc/io/dragen.py 98.92% <ø> (ø)
cases_qc/io/ngsbits.py 100.00% <ø> (ø)
cases_qc/io/samtools.py 97.34% <100.00%> (ø)

@holtgrewe holtgrewe merged commit 3a7fbe0 into main Oct 25, 2023
@holtgrewe holtgrewe deleted the fix-pylance-issue-with-dict-subscription branch October 25, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant