Update dependecies generated by pip-compile. (#126)

This one is to fix my own PR #125, the requirement files contained the following sentence:

"To update, run: pip-compile --output-file=requirements.txt requirements.in/base.txt"

But that was misleading, after reading pip-tools documentation I found that

"If pip-compile finds an existing requirements.txt file that fulfils the dependencies then no changes will be made, even if updates are available."

That was my mistake, generated the files again and made new builds using python 3.10 that worked as expected. Once again sorry for the mistake!
pull/127/head
Victor R. Santos 2 years ago committed by GitHub
parent ed2e68d4d5
commit e0010f21f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,58 +1,67 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements-dev.txt requirements.in/development.txt
#
appdirs==1.4.4
# via black
asgiref==3.5.0
# via django
black==20.8b1
black==22.1.0
# via -r requirements.in/development.txt
click==7.1.2
click==8.0.4
# via
# black
# pip-tools
coverage==5.3.1
coverage==6.3.2
# via -r requirements.in/development.txt
django==3.2.12
# via
# -r requirements.in/development.txt
# django-stubs
django-stubs==1.7.0
# django-stubs-ext
django-stubs==1.9.0
# via -r requirements.in/development.txt
mypy==0.790
django-stubs-ext==0.3.1
# via django-stubs
mypy==0.941
# via django-stubs
mypy-extensions==0.4.3
# via
# black
# mypy
pathspec==0.8.1
pathspec==0.9.0
# via black
pip-tools==5.4.0
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
# via -r requirements.in/development.txt
pytz==2020.5
platformdirs==2.5.1
# via black
pytz==2022.1
# via django
pywatchman==1.4.1
# via -r requirements.in/development.txt
regex==2020.11.13
# via black
six==1.15.0
# via pip-tools
sqlparse==0.4.1
sqlparse==0.4.2
# via django
toml==0.10.2
# via black
typed-ast==1.4.1
# via django-stubs
tomli==2.0.1
# via
# black
# mypy
typing-extensions==3.7.4.3
# pep517
types-pytz==2021.3.6
# via django-stubs
types-pyyaml==6.0.5
# via django-stubs
typing-extensions==4.1.1
# via
# black
# django-stubs
# django-stubs-ext
# mypy
wheel==0.37.1
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

@ -1,58 +1,67 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in/base.txt
#
aiofiles==0.6.0
aiofiles==0.8.0
# via -r requirements.in/base.txt
aioredis==1.3.1
aioredis==2.0.1
# via -r requirements.in/base.txt
anyio==3.5.0
# via
# starlette
# watchgod
asgiref==3.5.0
# via django
async-timeout==3.0.1
# via
# django
# uvicorn
async-timeout==4.0.2
# via aioredis
cffi==1.14.4
cffi==1.15.0
# via pynacl
click==7.1.2
click==8.0.4
# via uvicorn
django==3.2.12
# via -r requirements.in/base.txt
fastapi==0.63.0
fastapi==0.75.0
# via -r requirements.in/base.txt
h11==0.11.0
h11==0.13.0
# via uvicorn
hiredis==1.1.0
# via aioredis
httptools==0.1.1
httptools==0.4.0
# via uvicorn
msgpack==1.0.2
idna==3.3
# via anyio
msgpack==1.0.3
# via -r requirements.in/base.txt
pycparser==2.20
pycparser==2.21
# via cffi
pydantic==1.7.3
pydantic==1.9.0
# via fastapi
pynacl==1.4.0
pynacl==1.5.0
# via -r requirements.in/base.txt
python-dotenv==0.15.0
python-dotenv==0.19.2
# via uvicorn
pytz==2020.4
pytz==2022.1
# via django
pyyaml==5.3.1
pyyaml==6.0
# via uvicorn
six==1.15.0
# via pynacl
sqlparse==0.4.1
sniffio==1.2.0
# via anyio
sqlparse==0.4.2
# via django
starlette==0.13.6
starlette==0.17.1
# via fastapi
typing-extensions==3.7.4.3
# via -r requirements.in/base.txt
uvicorn[standard]==0.13.2
typing-extensions==4.1.1
# via
# -r requirements.in/base.txt
# aioredis
# pydantic
uvicorn[standard]==0.17.6
# via -r requirements.in/base.txt
uvloop==0.14.0
uvloop==0.16.0
# via uvicorn
watchgod==0.6
watchgod==0.8.1
# via uvicorn
websockets==8.1
websockets==10.2
# via uvicorn

Loading…
Cancel
Save