Skip to content

Commit

Permalink
Merge pull request #20 from selfdecode/update/security-vulnerabilities
Browse files Browse the repository at this point in the history
update: security patches
  • Loading branch information
adrianodemarino committed Feb 14, 2024
2 parents 6e5d895 + f9d5a1a commit 8f86b97
Show file tree
Hide file tree
Showing 2 changed files with 903 additions and 631 deletions.
12 changes: 10 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
pytest = ">=7.2.0"
pytest-cov = "*"
pytest-watch = "*"
sphinx = "*"
Expand All @@ -16,4 +16,12 @@ matplotlib = "*"
snps = {editable = true,path = "."}

[requires]
python_version = "3.7"
python_version = "3.*"
certifi = ">=2023.7.22"
fonttools = ">=4.43.0"
jinja2 = ">=3.1.3"
numpy = ">=1.22"
pillow = ">=10.2.0"
pygments = ">=2.15.0"
requests = ">=2.31.0"
urllib3 = ">=1.26.18"
Loading

0 comments on commit 8f86b97

Please sign in to comment.