https://github.com/robertmartin8/PyPortfolioOpt
Raw File
Tip revision: 18e0a22090ee63862e24ea228e2688fa065e4efb authored by dependabot[bot] on 25 July 2023, 23:04:46 UTC
Bump certifi from 2023.5.7 to 2023.7.22
Tip revision: 18e0a22
.gitignore
.git
*.pyc
.idea
build
sandbox
.DS_Store

tests/dockerfiles/
.tox/
docs/_build/
media/logo_design/
DEV/
.pytest_cache/
.vscode/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

pip-selfcheck.json

.coverage
.coverage*

html-coverage
html-report

.~lock.*
*.dot
*.svg


dist
*egg-info

*/.ipynb_checkpoints

*/__pycache__
*/*.pyc
.ipynb_checkpoints

.eggs

artifacts

back to top