Skip to content

Commit

Permalink
Pinned starlette and add verbosity to update debs (#184)
Browse files Browse the repository at this point in the history
- Pinned version for starlette==0.20.4
- Add the diff for the requirement packages
- Update Python Dependencies

It is related to #183

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
  • Loading branch information
kairoaraujo committed Nov 16, 2022
1 parent a41294f commit eaab452
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 99 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-python-deps.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
pipenv update -d
make requirements
git diff requirements*.txt
- name: Run tests
run: |
make tests
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -16,6 +16,7 @@ fastapi-users = {extras = ["sqlalchemy"], version = "*"}
sqlalchemy = "*"
redis = "*"
bcrypt = "*"
starlette = "==0.20.4"

[dev-packages]
black = "*"
Expand Down
150 changes: 65 additions & 85 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions requirements-dev.txt
Expand Up @@ -12,13 +12,12 @@ coverage==6.5.0
cryptography==38.0.3
distlib==0.3.6
docutils==0.17.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
exceptiongroup==1.0.1 ; python_version < '3.11'
exceptiongroup==1.0.4 ; python_version < '3.11'
filelock==3.8.0 ; python_version >= '3.7'
flake8==5.0.4
identify==2.5.8 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==5.0.0 ; python_version < '3.10'
iniconfig==1.1.1
isort==5.10.1
jinja2==3.1.2 ; python_version >= '3.7'
Expand All @@ -34,8 +33,8 @@ mypy-extensions==0.4.3
myst-parser==0.18.1
nodeenv==1.7.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==21.3 ; python_version >= '3.6'
pathspec==0.10.1 ; python_version >= '3.7'
platformdirs==2.5.3 ; python_version >= '3.7'
pathspec==0.10.2 ; python_version >= '3.7'
platformdirs==2.5.4 ; python_version >= '3.7'
pluggy==1.0.0 ; python_version >= '3.6'
pre-commit==2.20.0
pretend==1.0.9
Expand All @@ -58,20 +57,19 @@ sphinx-rtd-theme==1.1.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-httpdomain==1.8.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
sphinxcontrib-httpdomain==1.8.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.7.0
sphinxcontrib-plantuml==0.24
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1 ; python_full_version < '3.11.0a7'
tox==3.27.0
tox==3.27.1
typing-extensions==4.4.0 ; python_version >= '3.7'
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
virtualenv==20.16.6 ; python_version >= '3.6'
virtualenv==20.16.7 ; python_version >= '3.6'
voluptuous==0.13.1
zipp==3.10.0 ; python_version >= '3.7'
amqp==5.1.1 ; python_version >= '3.6'
anyio==3.6.2 ; python_full_version >= '3.6.2'
async-timeout==4.0.2 ; python_version >= '3.6'
Expand Down Expand Up @@ -106,9 +104,8 @@ python-multipart==0.0.5
redis==4.3.4
rsa==4.9 ; python_version >= '3.6' and python_version < '4'
sniffio==1.3.0 ; python_version >= '3.7'
sqlalchemy==1.4.43
starlette==0.20.4 ; python_version >= '3.7'
types-cryptography==3.3.23.1
sqlalchemy==1.4.44
starlette==0.20.4
uvicorn==0.19.0
vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.5
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Expand Up @@ -45,9 +45,8 @@ requests==2.28.1 ; python_version >= '3.7' and python_version < '4'
rsa==4.9 ; python_version >= '3.6' and python_version < '4'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0 ; python_version >= '3.7'
sqlalchemy==1.4.43
starlette==0.20.4 ; python_version >= '3.7'
types-cryptography==3.3.23.1
sqlalchemy==1.4.44
starlette==0.20.4
typing-extensions==4.4.0 ; python_version >= '3.7'
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
uvicorn==0.19.0
Expand Down

0 comments on commit eaab452

Please sign in to comment.