Skip to content

Commit

Permalink
Merge branch 'main' into snyk-fix-5807a9104538481866658b0979136a2c
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivswan authored Jul 21, 2024
2 parents 0cd093d + 49f4c6b commit d65fce0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development
flit
setuptools>=65.5.1
setuptools>=70.0.0
build # building the package {pyproject-build}
twine # to publish on pypi {twine upload --repository-url=https://test.pypi.org/legacy/ dist/*} {twine upload dist/*}
johnnydep # to see dependencies {johnnydep <package>}
Expand All @@ -9,3 +9,4 @@ pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerabilit
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
1 change: 1 addition & 0 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 1 addition & 3 deletions requirements/requirements-flake8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ flake8-executable
flake8-coding
flake8-return
# flake8-noreturn>=1.0.1; python_version >= '3.8'
flake8-deprecated
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
flake8-deprecated
3 changes: 2 additions & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
deepdiff
coverage
pytest
pytest-cov
pytest-cov
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit d65fce0

Please sign in to comment.